I would use

<cfset variableArray =
#listToArray("|153564587|0|SAT|FREEDMAN|||||||1|||10/17/2004|10/18/2004",
"|")#>
then use
#variableArray[1]#
#variableArray[2]#
#variableArray[3]#
#variableArray[4]#
and so on...

Thanks,

David


-----Original Message-----
From: Asim Manzur [mailto:[EMAIL PROTECTED]
Sent: Tuesday, November 09, 2004 10:21 AM
To: CF-Talk
Subject: Delimeter problem


|153564587|0|SAT|FREEDMAN|||||||1|||10/17/2004|10/18/2004

I need to move all the valus in a into individual Structure/Array Keys. so I
can display them individually.


The above result I have it in a Varilable.
If I use the listGetAt() I can't move value becuase two || are todather(no
space between them).

What is the best way to acheive this??



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:183742
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to