Sorry guys, Solved it myself.

<cfset a=ListToArray(session.formcontent, "#chr(7)#")>
and not
<cfset a=ListToArray(session.formcontent, chr(7))>

This is weird - because its working with chr(13) for example, without "# #"

Michael.

----- Original Message -----
From: "Michael Lugassy" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Monday, May 07, 2001 5:37 PM
Subject: chr(7) as delimeter


> I'm trying to use chr(7) as a delimeter in a long list
> and then cut it into array by using:
>
> <cfset a=ListToArray(list, chr(7))>
>
> for some reason it gives me only 1 element and CF forgets about the rest,
although they
> appear to be delimeted correctly with cfoutput (123456)
>
> What is causing this?
>
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to