Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
EVL and NVL
Message
 
 
To
20/05/2004 12:58:06
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00905138
Message ID:
00905701
Views:
11
Fabio,

>My original is not clear.

Good, this subthread is just an issue of Italian to English translation and not one about how VFP evaluates null in a boolean expression.

>This is clear:
>
>.NULL. AND m.X <=== must return .F. if m.X is .F., then m.X must to be evaluated
>
yes that is now correct.

>or you understand where I have not written correctly and you correct to me,
>otherwise we write 1000 messages.

this should be added to your example:
.NULL. AND m.X <=== must return .null. if m.X is .T., then m.X must to be evaluated
an alternate English translation:
.NULL. AND m.X <=== will return .F. if m.X is .F., m.X will be evaluated
.NULL. AND m.X <=== will return .null. if m.X is .T., m.X will be evaluated
.NULL. AND m.X <=== will return .null. if m.X is .null., m.X will be evaluated
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform