Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
AND and OR evaluations in conditional statements
Message
From
08/04/1999 19:33:23
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00206066
Message ID:
00206711
Views:
19
>David,
>
>There is no precendence with and and or, they are evaluated from left to right with itelligent parsing in that the evaluation ends as soon as VFP has an answer. That is;
>
>a=.t.
>b=.t.
>c=.t.
>? a or b and c && nevers checks b or c because a is .t.

I more than suspect you are right. I was basing my comment on the manual which does show and with higher precedence than or.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform