Re: simple way to clean out array
- From: "Alfie [UK]" <me@xxxxxxxxxxx>
- Date: Fri, 30 Sep 2005 12:05:56 +0100
On Fri, 30 Sep 2005 09:23:55 GMT, "Will" <WillG@xxxxxxxxxxx> wrote:
>Is there an easy way to remove all data from a multidimentional array
>besides looping through all the elements and setting them individually to
>null?
Why not use Erase (erase arrayname), depends upon the array type as to
what value the array is cleared to.
>
>I have an array which under certain conditions needs to be "cleaned out" and
>refilled.
>
If you're refilling the entire array why do you need to clear it first ?
--
Alfie
<http://www.delphia.co.uk/>
Law and Order do not always mean Peace and Justice
.
- Follow-Ups:
- Re: simple way to clean out array
- From: Will
- Re: simple way to clean out array
- References:
- simple way to clean out array
- From: Will
- simple way to clean out array
- Prev by Date: Re: Computing for Outlook Express in VB.
- Next by Date: Re: Computing for Outlook Express in VB.
- Previous by thread: simple way to clean out array
- Next by thread: Re: simple way to clean out array
- Index(es):
Relevant Pages
|