Removing blanks spaces
- From: "Roy Gourgi" <royng@xxxxxxxxxxxx>
- Date: Wed, 27 Jun 2007 12:46:58 -0400
Hi,
How would I remove spaces either trailing or following?
For example if I have a variable x = " 10" and I would like to remove the
4 spaces before the 10 so that the variable x = "10".
Also if I again have a variable x = "10 " and I would like to remove the
4 spaces after the 10 so that the variable x = "10".
How would I do that?
TIA
Roy
.
- Follow-Ups:
- Re: Removing blanks spaces
- From: Roedy Green
- Re: Removing blanks spaces
- From: John W. Kennedy
- Re: Removing blanks spaces
- From: Thomas Fritsch
- Re: Removing blanks spaces
- Prev by Date: Re: If with colors
- Next by Date: Re: Newbie: -classpath option of java does not load the content of the jar file
- Previous by thread: XML JDOM problems
- Next by thread: Re: Removing blanks spaces
- Index(es):