Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ATC not working as expected
Message
 
To
09/09/1998 14:51:51
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00134721
Message ID:
00134791
Views:
16
Trisha,

Try doing it this way;

lnStart = ATC(Desc," ",3) +1
lnChars = ATC(Desc," ",4) - lnStart

lcValue = SUBSTR(Desc,lnStart, lnChars)
Previous
Reply
Map
View

Click here to load this message in the networking platform