GetToken

"-->
 GetToken (string, index [,  delimiters ]) 

Description

Gives the token in a list at the space of the index based on a list of delimiters. If the index number is greater than the number of tokens, an empty string is returned.

Example

 <cfset teststring = "07/04/1965">  <cfoutput>  #GetToken(teststring, 2, "/")#  </cfoutput>  Returns the value 04.   


Inside ColdFusion MX
Inside Coldfusion MX
ISBN: 0735713049
EAN: 2147483647
Year: 2005
Pages: 579

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net