Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
IsNumeric - VFP analogue?
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00307922
Message ID:
00308052
Views:
66
>>> Another observation, which I found in Help file: EMPTY() is not an optimizable function. So, instead of EMPTY() now I use ''<> myfield.

Nadya,

A safer alternative would be;

MyField <> SPACE(LEN(MyField))

because with SET EXACT OFF and SET ANSI OFF '' equals everything.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform