Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Holding the name of a control as a string?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00628023
Message ID:
00628072
Vues:
17
if !strControl = ""
The above line will never be true because "" on the right of an = is always equal. Change the line to;
if !EMPTY(strControl)
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform