GINO Graphics Suite - GINO v9.0  

gTrueLen

Syntax

[C/C++:]
 int gTrueLen(char string[]);
[F90:]
integer function gTrueLen(string)
character*(*), intent (in) :: string

Arguments

string
Character string

Description

The system utility gTrueLen() provides an implementation independent means of enquiring the length of a character variable up to and including the last non-blank character. A null string will return a length of zero.

See Also

gTrueLen Usage