Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Logical represenatation problem
Message
From
02/02/2000 13:10:42
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00326212
Message ID:
00326269
Views:
20
>I have to create this field using IIF expression:
>LogicalFiled=IIF (somecondition,.t.,.f.)

You do not need an IIF() if you are returning a .T. or a .F.

LogicalValue = somecondition

>My question is: How can I make this field blank, if !somecondition?

Why do you want to? If its blank its .f., but if you really really want to, I think you can use the BLANK command
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform