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