stringLength() Operation
| Syntax |
NONE
| |
|---|---|---|
| Semantics | Returns the length of the string as integer. | |
| Substitutables | aString | Can be any variable or object attribute having the type String. |
LITERAL | String literal. | |
| Examples |
NONE
| |