Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to check Alphabetic letters
Message
From
06/10/2004 10:47:40
 
 
To
06/10/2004 10:36:08
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00949197
Message ID:
00949205
Views:
10
IF LEN (CHRTRAN (MyField, "0123456789", "")) = LEN (MyField)
   *-- Good
ELSE
   *-- Not good
ENDIF
HTH

>How to check for alphabetic letters in myfield or which command in VFP to use to check it ?
>
>myfield = 'aaaBBBccc' good
>myfield = 'aaa123ddd' no good skip this row.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform