<- PRPL reference <- Strings

StringToList

ArgumentsResultNotation
string list [string- list]

Description

Takes a string from the stack and returns the list of characters in the string.

Examples

StringToList("Hello human") ->charactersList 
<-charactersList GetListCount 0 do 
	Trace(<-wordsList[I]) 
loop