Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Objects, Arrays & parameters
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Objects, Arrays & parameters
Divers
Thread ID:
00671447
Message ID:
00671447
Vues:
32
Hi

I have an array of objects each of which has two arrays as members. I want to be able to pass the member arrays to a function for processing.

The problem is that my function does not receive the array, instead it receives only the first parameter.
IF FilesExist(.aImportFiles, cImportPath) AND ;
   FilesExist(.aInternalFiles, cDataPath)
	
      CleanFiles(.aInternalFiles, cDataPath, cOutPath)
ENDIF
How do I pass the entire array (or preferably a reference to it) to my function???


Regards
Geoff Scott
May all your weeds be wildflowers
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform