Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Passing arrays as parameters
Message
De
28/07/2000 15:41:12
 
 
À
28/07/2000 15:20:19
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00398308
Message ID:
00398314
Vues:
25
Hi Stephane,

>The function removes an element from an array (lpArray) either using it's position in the array (lpPos) or it's value (lpVal).

Just curious, but why not use the ADEL() function?

Adel(lpArray,lnPos) && to remove the element by its position

Adel(iamarray,Ascan(iamarray,lpVal)) && to remove an element by it's value

Jon
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform