Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Array Question
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Titre:
Array Question
Divers
Thread ID:
00693166
Message ID:
00693166
Vues:
44
Everybody,
If I have an array that is placed in a class property (This.aTempArray) how can I pass this array into a function that needs an array.

For example, say I have a function that inserts an item into an array (See below), how do I pass (This.aTempArray) into the function.

Example: InsertArrayItem(@This.aTempArray, 'Some Value')

* Inserts an array element into an array.
* For 1-D array
* aArray - array name
* sContents - contents to insert
Function InsertArrayItem
LPARAMETER aArray, sContents
etc..
endfunc
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform