Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Function to check variable type
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00476059
Message ID:
00476360
Vues:
24
>Is there a quick function to check if a variable is a field from a table or a memory variable ?
>
>
>Thanks in advance.

Neeraj,

This should work;
* IsMemVar.prg
LPARAMETERS tcVarToCheck
RETURN Type("m."+tcVarToCheck) <> "U"
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform