Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP 8.0 syntax problem????
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00819920
Message ID:
00819940
Views:
13
>I meet with a wierd situation in VFP 8.0. The following routine releases a false value in the bifurcation even when the values for cKey2 is equal 'B000003'
>
>IF cKey2<>''

Try
IF NOT EMPTY(cKey2)
or
IF NOT cKey2 == ''
My blog
My consulting page
My home page

Member of the Trim Your Auto-Quote Campaign!
What's another word for thesaurus?
Previous
Reply
Map
View

Click here to load this message in the networking platform