loop over the list using space as a delimiter

<cfloop list="#myList#" index="idx" delimiters=" ">

On 6/25/07, Devi r <[EMAIL PROTECTED]> wrote:
> Hi,
> I need to retrieve all the tokens from the form value "A & B" with space as 
> delimiter
> I mean i need to get the results as
> 1)A
> 2)&
> 3)B
>
> Is there any function in ColdFusion to do this?
>
> Regards,
> Devi Bala
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
ColdFusion MX7 by AdobeĀ®
Dyncamically transform webcontent into Adobe PDF with new ColdFusion MX7. 
Free Trial. http://www.adobe.com/products/coldfusion?sdid=RVJV

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:282106
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to