Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Strange Behavior of the not equal to operator
Message
From
12/09/2003 20:43:16
Thomas Ianuzzi
Information Security Consultants, Inc.
Florida, United States
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Strange Behavior of the not equal to operator
Miscellaneous
Thread ID:
00828712
Message ID:
00828712
Views:
54
In the click event of a button in a form I have the following code. It started out performing a task but I have simplified it for debugging.


suspend
if nnn <> ndrop && both are string variables
Messagebox("it worked")
endif

At the moment of suspension, The value of nnn is 5035S and the value of ndrop is ""

The messagebox never appears, it is skipped over and later code is executed.

If I change the IF statement to if a=a it works fine.

Does anyone have and insight into my problem
Next
Reply
Map
View

Click here to load this message in the networking platform