My Account   Contact Us    
  
» HomeProductsSupportDeveloper CommunityCompany
Extract First Name and Last Name from a string
Author: Pete Freitag
Category: ColdFusion
Use GetToken to turn a string into two varibles firstname and lastname
<cfset name = "Pete Freitag">
<cfset firstname = GetToken(name, 1)>
<cfset lastname = GetToken(name, 2)>


Content Management Powered by ActivEdit  ActivEdit Browser Based WYSIWYG HTML Editor

More Code Samples

Sign up for our newsletter: | Subscribe with RSS: RSS
© ActivSoftware 1999 to 2005 | Privacy Statement