Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Store value to array
Message
From
22/06/2008 14:47:10
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 7 SP1
OS:
Windows XP SP2
Miscellaneous
Thread ID:
01325992
Message ID:
01326026
Views:
19
>I was also thinking in the direction of somehow using a different one dimensional array and then copy the content of it into the big array, but I'm not certain exactly how to do this.

Don't think that that would work due to the way the values get stored in the array - unless you want to use a loop of course
dime aa[5,2] becomes
aa[1,1]
aa[1,2] && 
aa[2,1]
aa[2,2] &&
aa[3,1]
aa[3,2] && 
aa[4,1]
aa[4,2] && 
aa[5,1]
aa[5,2] &&
Gregory
Previous
Reply
Map
View

Click here to load this message in the networking platform