<- [[.:prplreference| PRPL reference]] <- [[.:prplreference#strings|Strings]] ===== StringLength ===== ^Arguments^Result^Notation^ |string| int| [string- int] | === Description === Returns the number of characters in a string. === Examples === Trace( StringLength ("PRPL")) #Prints 4