As per my previous post, init your array with
@columns = ()
instead of
@columns = ""
Cheers,
Rob
----- Original Message -----
From: "Vincent Lee" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, October 17, 2002 12:47 PM
Subject: Join problem
> Hello All,
>
> I've got a problem with the JOIN function
>
> I've got a list of columns that gets returned from the
> database.
>
> I push the column values into an array and then join
> them with a comma. The problem is that JOIN puts a
> comma in the first value.
>
> How do I get rid of the comma in the first value?
> Is the database returning a null field in the first
> columns, is that why it's returning a comma?
>
> join (",",@columns);
>
> =====
> Regards,
> Vincent
>
> __________________________________________________
> Do you Yahoo!?
> Faith Hill - Exclusive Performances, Videos & More
> http://faith.yahoo.com
>
> --
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]