Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to check this validaion?
Message
From
07/07/1999 18:43:58
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
How to check this validaion?
Miscellaneous
Thread ID:
00238591
Message ID:
00238591
Views:
50
I have following requirement

I have one database field whose contents are either all letters are all digits. how could i check this validaion. Please help.

i.e.
example 1

lcString = 'ABCD'

this is valid string because all characters are lettes. but if it is 'ABC1' then it is not valid because 1 inside string is not letter.

example 2

lcString = '1234'

this is valid string because all characters are digits. but if it is
'12a4' then it is not valid because 'a' inside string is not digit.

I have checked IsAlpha() and IsDigit() functions but i don't think they will be useful here. Please help me how could i check above validation and ensure that it is valid string.

Thanks for your help in advance.
Mark
Next
Reply
Map
View

Click here to load this message in the networking platform