> 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?
>
Well, if you're sure that there's no other commas in the text itself and
it's truly the delimiter, you could just do:
<cfoutput>#listChangeDelims(list, "<br />", ",")#</cfoutput>
Regards,
Dave.
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

