Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Clearing the array
Message
From
05/11/2002 02:20:56
 
 
To
05/11/2002 01:20:10
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00718819
Message ID:
00718826
Views:
39
dimension myArray[3]
myArray[1] = "one"
myArray[2] = "two"
myArray[3] = "three"
* reset the array to its original, dimensioned state by setting all elements to .f.
myArray = .f.
>i want to define new arrays in the run the run time and clear content of the array?.kindly help me in this regard
Previous
Reply
Map
View

Click here to load this message in the networking platform