Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Array support multiple index
Message
From
14/11/2003 11:32:32
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Array support multiple index
Miscellaneous
Thread ID:
00849929
Message ID:
00849929
Views:
48
Hi,

this is all correct ?
CLEAR
DIMENSION arr1[10],arr2[1,10]
FOR k=1 TO 10
STORE STR(m.k) TO arr1[m.k],arr2[1,m.k]
NEXT
? arr1[1],arr2[1,7]
? arr1[7,1],arr2[2,7,1]
? arr1[1,7],arr2[1,7,1]
? arr1[1,2,7],arr2[1,7,1]
? arr1[1,2,7,6],arr2[1,7,123123,34,5767,56]
Fabio
Next
Reply
Map
View

Click here to load this message in the networking platform