~~NOTOC~~ <=[[4rpl:start| Index]] \\ <=[[4rpl:start#strings| Strings]] ====== StringLength ====== Stringlength (<-thisString) ->numchar ===== Description ===== Returns the number of characters in a string. ===== Examples ===== Trace( StringLength ("PRPL")) #Prints 4 <=[[4rpl:start| Index]]