>
>Rodney Tamblyn wrote:
>
>> I think when you use delete on an array element it should remove the element
completely including the key (rather than just deleting the value of the key).
>> 
>> Comments?
>
>I think the way it works now is more consistent with other structures.
>For example, you can have an empty item or an empty line in a list,
>which does mean something. I have used arrays where I test whether an
>element is empty or not; if it is, I perform a different action than if
>it isn't.

Well, to empty a container you put empty into it not delete it. Delete should remove it
completly. In this case "delete local X[y]" might be the answer.

>
>-- 
>Jacqueline Landman Gay         |     [EMAIL PROTECTED]
>HyperActive Software           |     http://www.hyperactivesw.com
>
>Archives: http://www.mail-archive.com/[email protected]/
>Info: http://www.xworlds.com/metacard/mailinglist.htm
>Please send bug reports to <[EMAIL PROTECTED]>, not this list.
>
>.


Regards, Andu
______________
[EMAIL PROTECTED]

Archives: http://www.mail-archive.com/[email protected]/
Info: http://www.xworlds.com/metacard/mailinglist.htm
Please send bug reports to <[EMAIL PROTECTED]>, not this list.

Reply via email to