Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to check Alphabetic letters
Message
From
01/11/2004 04:27:57
 
 
To
06/10/2004 10:36:08
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00949197
Message ID:
00956471
Views:
8
You can use the BETWEEN function:
IF BETWEEN(myfield,"A","Z")
THEN SKIP
ELSE
SETFOCUS
ENDIF
Previous
Reply
Map
View

Click here to load this message in the networking platform