Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
IsNumeric - VFP analogue?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00307922
Message ID:
00307926
Vues:
42
Hi Nadya,

You can use the funcion TYPE.
Example:

IF TYPE(mynumber) = "N"
WAIT WINDOW "IT'S A NUMBER!!!"
ELSE
WAIT WINDOW "IT'S SOMETHING ELSE!"
ENDIF


Cheers,

Ricardo
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform