Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Quick Question - What is # and $ in Fox 2.6???
Message
From
26/06/2002 12:57:55
 
 
To
26/06/2002 12:36:31
General information
Forum:
Visual FoxPro
Category:
FoxPro 2.x
Miscellaneous
Thread ID:
00672537
Message ID:
00672548
Views:
7
Sunshine,

The # symbol is used for 'not equal to'. The symbols <> also do the same.

The $ has 2 usages, one now obscure.
The still current usage is to test if one string is contained in another string.
In the code m.IsThis $ m.InHere the "IsThis" string is searched for in the "InHere" string and if it is found then a .T. will be returned. So if m.IsThis contains "Fox" and m.InHere contains "Visual FoxPro" then it will return .T.
The more obscure use is to represent the 'current position' (either vertical or horizontal) of the cursor in a @SAY... So one could code @$, $+2 SAY "Whatever".


># = .NOT. I think however I can't find anything on $.
>
>Thanks for your help...
>
>Sunshine
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform