Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Empty() vs 2 quotes
Message
From
02/11/2011 10:53:25
Jarid Griesel
The Innovix Technology Group (Pty) Ltd
Johannesburg, South Africa
 
 
To
01/11/2011 17:17:51
Mike Yearwood
Toronto, Ontario, Canada
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
Miscellaneous
Thread ID:
01526798
Message ID:
01527833
Views:
123
I have found statements like:

? myVariable = ""

to consistently produce unreliable results
.

I now use with confidence.

? ISBLANK(myVariable) = .T. / EMPTY(myVariable) = .T.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform