Message 1 of 2
Conversion of a simple VB.Net coe to Python
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Can anybody help?
I have the following VB.Net code that I need converting to Python, Can anyone be kind enough to convert it for me?
PartString = Left$(PartDescription, 1 + InStrRev(PartDescription, "x"))
Many thanks in advance!!
Darren