How do I clear all the elements in my array? Is there a command to do this?
Array Question
Collapse
This topic is closed.
X
X
-
=?Utf-8?B?UGxheWE=?=Tags: None -
Herfried K. Wagner [MVP]
Re: Array Question
"Playa" <Playa@discussi ons.microsoft.c omschrieb:Describe in more detail what you are meaning with "clearing". Removing allHow do I clear all the elements in my array? Is there a command to do
this?
items from the array? Setting them to a specific value?
--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/>
-
Miro
Re: Array Question
You can just do a ReDim
M.
"Playa" <Playa@discussi ons.microsoft.c omwrote in message
news:1DA9B686-5739-45CC-A0F8-FF02D6A97555@mi crosoft.com...How do I clear all the elements in my array? Is there a command to do
this?
Comment
Comment