Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Redimensioning arrays
Message
From
09/07/2003 03:41:30
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Redimensioning arrays
Miscellaneous
Thread ID:
00808350
Message ID:
00808350
Views:
52
Hi,

I have a quite strange problem. The following code demonstrates this.

First, I create a simple array:

dimension aTEST(3)

for i=1 to 3
aTEST(i)=i
endfor

Now, if I redimension this array:

dimension aTEST(5)

the values aTEST(1) ... aTEST(5) are all .f. ?? The values from 1 to 3 should have been copied to the new array? At least it worked earlier. I simply don't know why it doesn't work anymore... Maybe I should install VFP again?
Next
Reply
Map
View

Click here to load this message in the networking platform