Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Stumped at()
Message
From
10/05/2004 14:53:11
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00902554
Message ID:
00902556
Views:
5
AT() returns a numeric value representing the beginning numeric position of the first occurrence. You will want to check if AT() returns a 1 from looking at what you are trying to do.
IF AT("-",last) = 1
&& Do something
ENDIF
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform