<cfset temp = Replace(temp,".","","ONE")>
Cheers Simon ----- Original Message ----- From: "Ryan Mitchell" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, February 20, 2003 12:21 PM Subject: Re: Should be easy :) > Will that not replace ALL periods ? > I just want the first... > > > On 20/2/03 12:17, "Simon Whittaker" <[EMAIL PROTECTED]> wrote: > > > say that temp is your variable > > > > <cfset temp = Replace(temp,".","")> > > > > > > Cheers > > > > Simon > > ----- Original Message ----- > > From: "Ryan Mitchell" <[EMAIL PROTECTED]> > > To: "CF-Talk" <[EMAIL PROTECTED]> > > Sent: Thursday, February 20, 2003 12:14 PM > > Subject: Should be easy :) > > > > > >> This should be an easy one. > >> > >> How do I remove the first fullstop/period in a string ? > >> > >> TIA > >> Ryan > >> > >> > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

