If it's just for html display you can use

<cfloop list="#yourList#" index"i"> #i#<br> </cfloop>

OR

#Replace(yourList,",","<br>","all")#

> -----Original Message-----
> From: Tim Laureska [mailto:[EMAIL PROTECTED]
> Sent: zondag 1 februari 2004 19:49
> To: CF-Talk
> Subject: displaying comma delimited text
>
> Hello All... I have an access database field that receives
> comma delimited text input from a form.  So the access field
> entry looks like
> this:
>
> text1,text2,text3
>
> What is the easiest way to break up this comma delimited
> entry for display as:
>
> Text1
> Text2
> Text3
>
> Do you use ListGetAt or something else?
>
> Tim Laureska
> 1st-String Technologies
> 443-496-1261
>
>
>
>
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to