This is an old revision of the document!
⇐ Index ⇐strings
Stringlength (<-thisString) ->numchar
Returns the number of characters in a string.
Trace( StringLength ("PRPL")) #Prints 4
⇐ Index