Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
When a logical is neither .T. or .F.
Message
 
 
To
22/05/2006 16:08:48
Jay Johengen
Altamahaw-Ossipee, North Carolina, United States
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 8 SP1
Miscellaneous
Thread ID:
01124079
Message ID:
01124093
Views:
15
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
Previous
Reply
Map
View

Click here to load this message in the networking platform