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
Title:
Fast Fastest Way to Release/Clear Array?
Miscellaneous
Thread ID:
00266368
Message ID:
00266368
Views:
46
Which executes faster?
		dimension MyArray [12]
		
		*	This way?
		
			release MyArray
			dimension MyArray[12]
		
		* Or this way?
		
			release MyArray
			for nNothing = 1 to 12
				MyArray[nNothing] = ''
			next nNothing
Next
Reply
Map
View

Click here to load this message in the networking platform