Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Variable type
Message
De
07/08/2001 18:02:00
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00540840
Message ID:
00541011
Vues:
21
>Hi,
> I have a parameter in my method. The parameter value can be array or anything. But in my method I am expecting an array as the parameter. How can I check the type of the parameter as array.
>
>
>Thanks in advance

Just to throw in another one (my favorite)
LParameters tuParameter
External Array tuParameter
If Type("ALen(tuParameter)")=="N"
  ** it's an array
EndIf
Insanity: Doing the same thing over and over and expecting different results.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform