Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Setting of exact
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00554081
Message ID:
00554631
Views:
8
>>Situation: datbase='1VS', set exact =off
>>
>>in my form I test for [if datbase='1'] and it is .F. but I susp and test it manually at the command prompt and it evaluates to .T. .
>>How can this be possible? I now have to say [[if datbase='1VS'] instead.
>
>To make your code SET EXACT independent you can just use LEFT function
>
IF <b>LEFT</b>(datbase,1)='1'
But I shouldn't have to do this. I can't trust the exact setting any more?
This is ODD behavior to sya the least.
"Build a man a fire, and he's warm for a day.
Set a man on fire, and he's warm for the rest of his life."
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform