Click or drag to resize

FortranLibLEN_TRIM Method

Overload List
 NameDescription
Public methodStatic memberLEN_TRIM(Characters) 
Public methodStatic memberLEN_TRIM(String) LEN_TRIM Description: Returns the length of the character argument without counting trailing blank characters. Syntax: result = LEN_TRIM (string [, kind]) Class: Elemental function; Generic Arguments: string Must be of type character. kind (opt) Must be a scalar integer initialization expression. Examples LEN_TRIM (' C D ') has the value 7. LEN_TRIM (' ') has the value 0.
Top
See Also