On Wed, 23 Jun 2004 14:05:00 -0400, Ubqtous <[EMAIL PROTECTED]> wrote:

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

Oops, wasn't paying attention. This won't catch more than 2
consecutive. This might work, assuming the elements are truly empty:

rereplace( list , "[,]{2,}" , "," , "all")

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

Reply via email to