<- [[.:prplreference| PRPL reference]] <- [[.:prplreference#strings|Strings]] ===== StringToList ===== ^Arguments^Result^Notation^ |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