ST10StrLen
ST = Funzioni stringa
La funzione ST10StrLen() prende una stringa come argomento e ne restituisce la lunghezza. Simile a strlen() nel linguaggio C.
IMPLEMENTAZIONE
ST10StrLen(source, length)
Parametri:
| IN/OUT | TIPO DI VARIABILE | NOME ESEMPIO | DIM | |
|---|---|---|---|---|
| IN | ARRGBL | source | B | |
| OUT | GLOBAL | length | L | |