02.07.2013 Views

HP Fortran Programmer's Reference

HP Fortran Programmer's Reference

HP Fortran Programmer's Reference

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Intrinsic procedures<br />

Intrinsic procedure specifications<br />

TRIM(STRING)<br />

Description<br />

Returns the argument with trailing blank characters removed.<br />

Class<br />

Transformational function.<br />

Argument<br />

STRING must be of type character and must be a scalar.<br />

Result type/<br />

type parameters<br />

Character with the same kind type parameter value as STRING and with a length that is the<br />

length of STRING less the number of trailing blanks in STRING.<br />

Result value<br />

ThevalueoftheresultisthesameasSTRING except any trailing blanks are removed. If<br />

STRING contains no nonblank characters, the result has zero length.<br />

UBOUND(ARRAY, DIM)<br />

Optional argument<br />

DIM<br />

Description<br />

Returns all the upper bounds of an array or a specified upper bound.<br />

Class<br />

Inquiry function.<br />

600<br />

Chapter 11

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!