Re: How to remove preceding blanks?
- From: nospam@xxxxxxxxxxxxx (Richard Maine)
- Date: Mon, 30 Mar 2009 09:38:58 -0700
bru <bru@xxxxxxxx> wrote:
How to remove the preceding blank characters (I know TRIM to remove the
trailing blanks)
See the ADJUSTL intrinsic function. Yes, it just moves the blanks to the
end instead of removing them. But,
1. You could then use TRIM to remove the blanks from the end if desired.
2. Blanks on the end of filenames have no effect anyway. The standard
specifies that; it is not compiler dependent. Leading and trainling
blanks are different on this. As you have discovered, leading blanks can
have an effect.
--
Richard Maine
email: last name at domain . net
domain: summer-triangle
.
- Follow-Ups:
- Re: How to remove preceding blanks?
- From: bru
- Re: How to remove preceding blanks?
- References:
- How to remove preceding blanks?
- From: bru
- How to remove preceding blanks?
- Prev by Date: How to remove preceding blanks?
- Next by Date: Re: SORT ALGORITHMS
- Previous by thread: How to remove preceding blanks?
- Next by thread: Re: How to remove preceding blanks?
- Index(es):
Relevant Pages
|