Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problem with array elements as loop counters
Message
From
30/08/2003 10:43:54
 
 
To
30/08/2003 10:29:08
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00824765
Message ID:
00824771
Views:
23
Oscar,

You have some basic syntax errors. Try the following, although I confess I have not tested it.
LOCAL i as Integer
LOCAL ARRAY aInd[1]

DIMENSION aInd [10]
FOR i = 1 to 10
   ? aInd[i]
ENDFOR
David
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform