Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Arrays
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Re: Arrays
Miscellaneous
Thread ID:
00626690
Message ID:
00626705
Views:
22
This message has been marked as the solution to the initial question of the thread.
>HI @LL!!!How do ire-dimension an array with data? Thank U

Depends how you want to redimension it.

You can use Ains() to put the new info at a particular point.

If you want to generically add a new row at the end of the array you can

Dimension laWithData[alen(laWithData,1)+1]

or for multi dimensional arrays

Dimension laWithData[alen(laWithData,1)+1,alen(laWithData,2)+1]
Mark S. Swiencki
EPS Software www.eps-software.com
mark@eps-software.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform