/
xpfGetStringLength
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.
, multiple selections available,
Related content
xpfGetLongStringLength
xpfGetLongStringLength
More like this
xpfFindStringInString
xpfFindStringInString
More like this
xpfGetLongString
xpfGetLongString
More like this
xpfStringToInteger
xpfStringToInteger
More like this
xpfGetDatatype
xpfGetDatatype
More like this
xpfFindFirstCharInString
xpfFindFirstCharInString
More like this