Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Slim Code - List of Shortcuts?
Message
From
01/07/2010 19:47:13
 
 
To
01/07/2010 12:04:39
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Novell 6.x
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01471199
Message ID:
01471260
Views:
95
Hmm... didn't expect that bit with memo fields.
replace memofield with ' '
? empty(memofield)    && .F.
? empty(memofield+'')  && .T.
cjunk=memofield
? empty(cjunk)  && .T.
One thing that could be unexpected if you're coming from different languages -- .NULL. values aren't EMPTY()
Previous
Reply
Map
View

Click here to load this message in the networking platform