[thelist] ColdFusion equivalent to string.split()

Joshua Olson joshua at alphashop.net
Wed Apr 18 20:06:01 CDT 2001


ColdFusion has a function called ListToArray.  The first parameter is the
list (string) and the second parameter is the delimiter used to denote list
items.

Good luck,

-joshua

> -----Original Message-----
> From: thelist-admin at lists.evolt.org
> Subject: [thelist] ColdFusion equivalent to string.split()
>
>
> Hi,
>
> This is my first post to the list.
>
> How could I split a string based on character/s in the
> string with ColdFusion (kinda like string.split() in
> JavaScript)? The reason is that I want to use the
> array with serverside code.
>
> Thanks,
>
> Jon Steele.





More information about the thelist mailing list