⇐ Index ⇐ Strings
Stringlength (<-thisString) ->numchar
Returns the number of characters in a string.
Trace( StringLength ("PRPL")) #Prints 4
⇐ Index