Subject: Re: Array deletion
From: Robert Klemme <shortcutter googlemail.com>
Date: Tue, 2 Dec 2008 16:29:30 +0900
References: 321630
In-reply-to: 321630
On 02.12.2008 07:25, jazzez ravi wrote:
> Hi All,
>
> have an array like,
>
> a=["one","xcxc","two","dadasd","three","hgfhgfh"]
>
> I want to delete the index of a[1],a[3] and so on...
Use delete_at - and read the documentation. :-)
robert