Message
From
29/07/2003 13:36:39
 
 
To
29/07/2003 13:30:20
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00814615
Message ID:
00814618
Views:
10
x = "12s3"
lcNums = "1234567890"
llHasChars = !Empty(Chrtran(x, lcNums, ""))

Alan

>i have three variable
>
>1- "bob"
>2- "123"
>3- "12s2"
>
>
>i want to be able to know if these variable containt character
>
>so the result will be
>
>1- yes
>2- no
>3- yes
>
>thanks
Previous
Reply
Map
View