Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
When a logical is neither .T. or .F.
Message
 
 
À
22/05/2006 16:08:48
Jay Johengen
Altamahaw-Ossipee, Caroline du Nord, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 8 SP1
Divers
Thread ID:
01124079
Message ID:
01124093
Vues:
10
Jay,

Test code proving Tore's answer:
create cursor x1 ( l1  l )
append blank
? x1.l1, isblank( x1.l1 ), empty( x1.l1 )
replace l1 with .f.
? x1.l1, isblank( x1.l1 ), empty( x1.l1 )
replace l1 with .t.
? x1.l1, isblank( x1.l1 ), empty( x1.l1 )
>Any way to identify a record if a logical field has not been set to either .T. or .F.? I know for all intents and purposes it is .F., but let's just say for argument's sake...
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform