Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Dealing with set exact on
Message
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
Miscellaneous
Thread ID:
01394811
Message ID:
01394829
Views:
50
This message has been marked as a message which has helped to the initial question of the thread.
>Thank you
>
>Is it possible to know if the user is typing only numbers ?
>
>Because if the tag is QXA3333 he types QXA3 it is also for chars, but different from 3333

lcDigits = '1234567890'

? empty(chrtran(lcSearch, lcDigits,'')) && only digits are in the search string
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform