It may be the case that there is the first value that
is not visible that is the value is a null string.
Otherwise it should work.

 --- Vincent Lee <[EMAIL PROTECTED]> wrote: > 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]
>  

__________________________________________________
Do You Yahoo!?
Everything you'll ever need on one web page
from News and Sport to Email and Music Charts
http://uk.my.yahoo.com

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to