Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Strings
Message
 
To
14/06/1999 16:54:09
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00229715
Message ID:
00229788
Views:
24
>how do you test if a string is not = to ""? i tried null that did nothing for me the pgm just blows past this statement everytime in my code

James,
"" != String
"" <> String
"" # string
NOT EMPTY(String)
LEN(String) <> 0
LEN(String) # 0
LEN(String) != 0
Previous
Reply
Map
View

Click here to load this message in the networking platform