Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How tell if its an Array?
Message
De
08/07/2002 05:45:13
Juzar Malubhoy
Consindia Pvt. Ltd.
Mumbai, Inde
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00675762
Message ID:
00676031
Vues:
18
I agree with Sergey. In fact we have a function called IsArray that we use in our app:

function IsArray
lparameter ArrToChk
return TYPE( 'ALEN( ArrToChk )' ) = 'N'

While calling the function, pass the parameter by reference. So the call would be something like
if IsArray( @SomeVarName )
....
Juzar Malubhoy
Project Manager
Consindia Pvt Ltd.
Bombay, India.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform