Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Passing arrays as parameters
Message
From
28/07/2000 15:41:12
 
 
To
28/07/2000 15:20:19
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00398308
Message ID:
00398314
Views:
29
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform