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
1 | Type | Name | Comment |
2 | STRING | str | input string |
Return Value
Â
Type | Name | Comment |
INTEGER | stringLength | length of input string |
Options
Â
Example
<Missing Example>
Â
See also
Filter by label
There are no items with the selected labels at this time.
Â