Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
EVL and NVL
Message
From
19/05/2004 19:01:14
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
 
 
To
19/05/2004 10:10:55
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00905138
Message ID:
00905441
Views:
18
>Sorry, I'm not clear ?
>
>
>NULL logicOp AnyLogicValue  => .NULL.
>
>
>What I want to say it is:
>if a logic value is NULL, VFP not cut the evaluation, but the result is NULL
>
>
>? NULL and stampa(1) or .F. AND  stampa(2) && <= 1 NULL
>? NULL and stampa(1) or NULL AND  stampa(2) && <= 1 2 NULL
>PROCEDURE stampa(x)
> ?? x,CHR(9)
>
>
>Fabio

I am testing on VFP 6, no service pack:
? NULL and .T. ==> NULL
? NULL and .F. ==> .F.
Do you get different results in another version?
Difference in opinions hath cost many millions of lives: for instance, whether flesh be bread, or bread be flesh; whether whistling be a vice or a virtue; whether it be better to kiss a post, or throw it into the fire... (from Gulliver's Travels)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform