Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Strange Behavior of the not equal to operator
Message
De
12/09/2003 20:43:16
Thomas Ianuzzi
Information Security Consultants, Inc.
Floride, États-Unis
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Strange Behavior of the not equal to operator
Divers
Thread ID:
00828712
Message ID:
00828712
Vues:
53
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform