Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Use of $ (
Message
From
18/07/2008 18:08:37
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Environment versions
Visual FoxPro:
VFP 9 SP2
Miscellaneous
Thread ID:
01332421
Message ID:
01332426
Views:
7
>ff = "at" $ ("at") returns .T.
>
>ff = "at" $ ("cat") returns .T.
>
>How can I do to return .T. only for "at" and .F. for "cat" ?

Why are you using $ operator?

Why don't you use "at" == "at" and "at" == "cat"?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform