On Thu, 12 Sep 2002, [EMAIL PROTECTED] wrote: > Hi > Suppose i have an array a[0]=1,a[1]=45,a[3]=78 > Is there a way to clear the @a array with just one command? so i can for > example > assingn new values like a[0]=10,a[1]=90 and for example leave a[3] empty > Something like clear @a;
@a = (); You also might want to give the array a better name than 'a'. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]