Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Clearing an Array...
Message
From
08/04/1998 21:04:06
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00090631
Message ID:
00090646
Views:
20
>Mark,
> There are a couple of ways to clear out an existing array. The first is to initialize all of the cells to a value. The following example sets all elements of the specified array to the value "ROD"
>
>Declare laArray[10,2]
>laArray = "ROD"
>
>All elements of this array are set as "ROD".
>
>You can also dynamically resize the array with the Declare statment. Just us the declare command with your new dimensions and FoxPro does the work.
>
>Hope these give you a couple of ideas.
>
>Rod


Rod,

Thanks for the reply. So are you saying that can fill ALL cells of the array with ' laArray = "ROD" ' ? What about when I re-dimension the array? Do all values automatically get cleared to .f. or something?

Thanks,

Mark
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform