LEN_TRIM(3I) Last changed: 1-6-98
LEN_TRIM - Returns the length of the character argument without
counting trailing blank characters
LEN_TRIM ([STRING=]string)
UNICOS, UNICOS/mk, and IRIX systems
Fortran 90
The LEN_TRIM intrinsic function returns the length of the character
argument without counting trailing blank characters. It accepts the
following argument:
string Must be of type character
LEN_TRIM is an elemental function. The name of this intrinsic cannot
be passed as an argument.
The result type is a default integer value. The result has a value
equal to the number of characters remaining after any trailing blanks
in string are removed. If the argument contains no nonblank
characters, the result is 0.
LEN_TRIM(' A B ') has the value 4. LEN_TRIM(' ') has the value 0.
Intrinsic Procedures Reference Manual, publication SR-2138, for the
printed version of this man page.
LEN_TRIM(3I) Last changed: 1-6-98
LEN_TRIM - Returns the length of the character argument without
counting trailing blank characters
LEN_TRIM ([STRING=]string)
UNICOS, UNICOS/mk, and IRIX systems
Fortran 90
The LEN_TRIM intrinsic function returns the length of the character
argument without counting trailing blank characters. It accepts the
following argument:
string Must be of type character
LEN_TRIM is an elemental function. The name of this intrinsic cannot
be passed as an argument.
The result type is a default integer value. The result has a value
equal to the number of characters remaining after any trailing blanks
in string are removed. If the argument contains no nonblank
characters, the result is 0.
LEN_TRIM(' A B ') has the value 4. LEN_TRIM(' ') has the value 0.
Intrinsic Procedures Reference Manual, publication SR-2138, for the
printed version of this man page.
[ Back ]
|