Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Slim Code - List of Shortcuts?
Message
De
01/07/2010 19:47:13
 
 
À
01/07/2010 12:04:39
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Novell 6.x
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01471199
Message ID:
01471260
Vues:
97
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()
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform