Listgetat(mylist, position, " ") Example...
<cfset mylist = "A & B & C" /> <cfoutput> <cfloop from="1" to="#listlen(mylist, ' ')#" index="i"> #listgetat(mylist, i, ' ')#<br /> </cfloop> </cfoutput> ..:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com -----Original Message----- From: Devi r [mailto:[EMAIL PROTECTED] Sent: Monday, June 25, 2007 1:48 PM To: CF-Talk Subject: Re: Help Needed!!! Urgent Hi, I need to retrieve all the tokens from the value " A & B" with space as delimiter I mean i need the result as 1)A 2) & 3)B Is there any function to do it??? regards, devi bala >If Forta agrees with us J.J then we are right, haha! I don't think I >have ever used getToken(). > >Dan Vega > >On 6/24/07, J.J. Merrick <[EMAIL PROTECTED]> wrote: >> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Upgrade to Adobe ColdFusion MX7 The most significant release in over 10 years. Upgrade & see new features. http://www.adobe.com/products/coldfusion?sdid=RVJR Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:282091 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

