Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Any reason or error
Message
 
 
To
28/08/2001 08:43:41
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00549746
Message ID:
00549753
Views:
18
>WHY?
>?'kkk' != '' returns .F.

IF SET EXACT is OFF then foxpro would compare strings only until the end of the string on the right-hand side. It means that any character expression on the left site will be equal to the empty string. You can use '==' operator for exact comparison
? NOT ("kkk" == "")
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform