On Wed, 23 Jun 2004 19:58:45 +0200, [EMAIL PROTECTED]
<[EMAIL PROTECTED]> wrote:
>
> Hi folks, I have a list
> like: a, b, d, , f, g, , , , s
> But I would like to have:
> a, b, d, f, g, s
>
> How can I get rid of the empty
> elements in the list ?

How about replace all double commas? Kinda kludgy, but...

replace(list,",,",",","all")

--
Ubqtous
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Reply via email to