RE: Removing spaces from a string?

2009-01-26 Thread Adrian Lynch
cf-talk > Subject: Re: Removing spaces from a string? > > >Trim will only remove leading and trailing spaces. > > > >If you want to remove all spaces, > > > >Replace(StringVar, " ", "", all) > > > >Rob > >At 08:59 PM 6/28/2003

Re: Removing spaces from a string?

2009-01-25 Thread Joel Polsky
>Trim will only remove leading and trailing spaces. > >If you want to remove all spaces, > >Replace(StringVar, " ", "", all) > >Rob >At 08:59 PM 6/28/2003 +0200, cf-t...@sdsolutions.de wrote: >> This is correct: (and a little old to reply, but wanted to have it correct for future people who read

Re: Removing spaces from a string?

2003-06-28 Thread raedwards
Trim will only remove leading and trailing spaces. If you want to remove all spaces, Replace(StringVar, " ", "", all) Rob At 08:59 PM 6/28/2003 +0200, [EMAIL PROTECTED] wrote: >trim() >Uwe > > >RM> Hello > >RM> How do you remove spaces from a string? > >RM> Ryan > >RM> >

Re: Removing spaces from a string?

2003-06-28 Thread cf-talk
trim() Uwe RM> Hello RM> How do you remove spaces from a string? RM> Ryan RM> ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscr

Removing spaces from a string?

2003-06-28 Thread Ryan Mitchell
Hello How do you remove spaces from a string? 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.