ST10StrLen
ST = String functions
The ST10StrLen() function takes a string as an argument and returns its length. Like strlen() in c language.
IMPLEMENTATION
ST10StrLen(source, length)
Parameters:
| IN/OUT | VARIABLE TYPE | EXAMPLE NAME | DIM | |
|---|---|---|---|---|
| IN | ARRGBL | source | B | |
| OUT | GLOBAL | length | L | |