xpfGetStringLength

FUNCTION xpfGetStringLength (str          : STRING)
                             stringLength : INTEGER;
                

The special characteristic for this function is that invoking them with an unset argument will return 0 (zero) without throwing any exception.  Exception will only be thrown when the actual parameter is of wrong data type.

Arguments


1TypeNameComment
2STRINGstrinput string

Return Value


 

TypeNameComment
INTEGERstringLengthlength of input string

Options


 

Example


<Missing Example>

 

See also

Filter by label

There are no items with the selected labels at this time.

Â