Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Determine if char field in a table is a number
Message
From
27/06/2009 05:37:52
 
 
To
26/06/2009 11:37:03
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01408688
Message ID:
01408781
Views:
118
How determine if a char field in a table contains a number ?
IF EMPTY( CHRTRAN( MyTable.MyField, '0123456789', '' ) )
  *** This is a number
ENDIF
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform