Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Optional parameters
Message
 
À
21/04/1997 13:38:40
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00029127
Message ID:
00029138
Vues:
28
Erik, Look at the TYPE() function. It returns the type of variable you pass it. For example: If you wanted to check to see if a variable was logical you would have the following syntax... STORE .F. TO lTest IF TYPE(lTest)='L' ? 'Variable is logical' ELSE ? 'Variable is something else' ENDIF The FoxPro helkp file should give all the details on the different types returned. HTH, Garritt ****************************************************************** Garritt Grandberg, Programmer/Analyst Visionary Systems, Ltd Des Moines, IA E-Mail: Garritt@visionary.com http://www.visionary.com ******************************************************************
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform