Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Left$ vs Substr
Message
 
To
09/02/2003 20:57:24
General information
Forum:
Visual Basic
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00751251
Message ID:
00751332
Views:
18
Hi Randy. I am not positive I understand your question, but MID() is what you are looking for...

strTemp = "Vin Miller"
? mid$(strTemp, 2, len(strTemp)-2)



>Hi. I am a VFP user attempting to modify some vb6 code:
>
>The line reads:
> Print #1, Left$(stBarData, lgStatus - 1)
>which prints from the fist character to the next-to-the-last
>
>Q: How would I print from the SECOND character to the next-to-the-last (taking of the first character also)?
>
>Thanks, Randy
The whole problem with the world is that fools and fanatics are always so certain of themselves, but wiser people so full of doubts. - Bertrand Russell
Previous
Reply
Map
View

Click here to load this message in the networking platform