stm_strlen Function type: INTEGER Description Returns the length of the specified string. Syntax stm_strlen (string) Arguments Argument Input/Output Type Description string In STRING The string whose length you want Status Codes ● stm_success Example len := stm_strlen (’ABC’);len is 3.
Function type: INTEGER
INTEGER
string
STRING
stm_success