Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cast or convert not working
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01216246
Message ID:
01216322
Views:
19
>Yes, it's all non-numeric. I was looking for an isdigit() and it seems you have given it to me!
>

John,

Not exactly. The ISDIGIT() in SQL would be
... badgeno LIKE '[0-9]%'
The ISNUMERIC() tells if value can be converted into integer, floating, money or decimal data types. See http://www.berezniker.com/display/SQL/IsNumericEx+UDF+-+Data+type+aware for some additional info.
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform