Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
DIMENSION returns
Message
From
07/09/2006 09:32:33
 
 
To
07/09/2006 08:57:42
Mike Yearwood
Toronto, Ontario, Canada
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01151573
Message ID:
01151748
Views:
31
>>Sergey,
>>
>>Thanks a million. Guess I'll need to make a change in my code.
>
>I've avoided arrays for years just for this kind of reason. They never were unlimited. They are It always resulted in unfortunate crashes - no matter how long the code's been running - which has NOTHING to do with how good it is.
>
>Now that they're virtually unlimited (in VFP9), I still see little point in them.
>

unlimited! sure ?
DIMENSION x(10000000000)
DIMENSION x(1000000000)
DIMENSION x(100000000)
release x
DIMENSION x(500000000)
release x
DIMENSION x(400000000)
release x
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform