Utility Functions : List of Utility Functions : stm_strlen

stm_strlen

Function type: INTEGER

Description
Returns the length of the specified string.
Syntax
stm_strlen (string)
Arguments
 
Status Codes
Example
len := stm_strlen (’ABC’);

len is 3.