Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Expression
Message
From
27/08/2015 14:58:14
Dragan Nedeljkovich (Online)
Now officially retired
Zrenjanin, Serbia
 
 
To
27/08/2015 02:00:08
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 8.1
Network:
SAMBA Server
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01623888
Message ID:
01623916
Views:
73
>Looks like some sort of parsing/evaluating irregularity. Similarly:
>
>? NOT .F. # .T.
>? .F. # NOT .T.
>
This works.

? .F. # (! .T.)

It seems that negation after a # sign is somehow misinterpreted by the parser. The pre-parser function normalize() breaks with the same error in such cases:
? normalize(".not..T.")
? normalize(".t.=.not..T.")
? normalize(".t.<>.not..T.")
? normalize(".t.<>.not.(1=2)")
? normalize(".t.=.not.(1=2)")
? normalize(".t.=!(1=2)")
? normalize(".t.=! 1=2")
? normalize(".t.=.not.(1=2)")
? normalize(".t.=.not.1=2")
? normalize(".t.!=.not.1=2")
? normalize(".t.=.not.1=2")

back to same old

the first online autobiography, unfinished by design
What, me reckless? I'm full of recks!
Balkans, eh? Count them.
Previous
Reply
Map
View

Click here to load this message in the networking platform