Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to define a dynamic array
Message
From
14/06/2004 07:50:11
Metin Emre
Ozcom Bilgisayar Ltd.
Istanbul, Turkey
 
 
To
08/06/2004 04:31:19
Yim Ming Sun Derek
Spacious Design Consultant
Hong Kong, Hong Kong
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00911025
Message ID:
00913379
Views:
17
Hi Yim,

You can resize your array with use dimension command again.
   dime myarr(3)
    myarr(1)=4
   dime myarr(6)
     ?myarr(1)
Previous
Reply
Map
View

Click here to load this message in the networking platform