Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Confused on adding rows to array
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Confused on adding rows to array
Miscellaneous
Thread ID:
00222644
Message ID:
00222644
Views:
54
I am trying to add a row to my current array and I keep getting 'function argument value, type, or count invalid' error message. Here is the code I am using:

dimension a__values(1,7)

for aa = 1 to lcnt
a__values(aa, 4) = mk_approp
dimension a__values(alen(a__values, aa) + 1, alen(a__values, 7))
endfor


How do I add a row each I loop through the 'for loop'. Help appreciated

nick
Next
Reply
Map
View

Click here to load this message in the networking platform