Index
Strings

StringLength

Stringlength (<-thisString) ->numchar

Description

Returns the number of characters in a string.

Examples

Trace( StringLength ("PRPL")) #Prints 4

Index