You can use getToken().


>From: "Ficke, Bill" <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>
>Subject: How to parse string using delimiter
>Date: Wed, 9 Aug 2000 16:56:35 -0500
>
>I need to convert the delimited values (by the | symbol) to CF variables.  
>I
>thought this would be simple to accomplish, but seems to have me stumped at
>the moment.  Can some fine CF programmer provide some example code?  I need
>to loop through this list and use the extrapolated values to populate a
>multi-select box.
>
>LastName|FirstName|ID|PhoneNumber,LastName|FirstName|ID|PhoneNumber
>WILSON|ERIC|1562|8029999,WIMBERLEY|MICHAEL|1568|8026666
>
><select multiple size="4" style="font-family: Arial; font-size: xx-small"
>name="origional">
><cfoutput>
><option value="#ID#">#Lastname#, #FirstName# -
>#PhoneNumber#</option></cfoutput>
></select>
>
>Thanks for the OT help.
>
>Bill Ficke
>------------------------------------------------------------------------------
>To Unsubscribe visit 
>http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/fusebox or 
>send a message to [EMAIL PROTECTED] with 'unsubscribe' in 
>the body.

________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com

------------------------------------------------------------------------------
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/fusebox or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to