Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Fast Fastest Way to Release/Clear Array?
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00266368
Message ID:
00266386
Views:
18
Steve,

The fastest would be;

DIMENSION laArray(12)
laArray = ""

Assinging a value to the array's name without an index will assign the value to all elements in the array.
Previous
Reply
Map
View

Click here to load this message in the networking platform