At 00:39 2002.01.14, Michael Eggleton wrote:
>Hello all,
>
>  Could some one help me with clearing or re-setting and array.
>
>  I have an array that has an unknow number of elements in it, at one 
>point in my program I would like to clear that array or reset it so 
>that it contains nothing.  How do I do that?
>
>Thanks


@array = ();  # Note the usage of @ and not $.

Hope it helps


-----------------------------------------------------------
Éric Beaudoin                <mailto:[EMAIL PROTECTED]>


--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to