This is an old revision of the document!
⇐ Index
StringToList (<-inputstring) ->charList
Takes a string from the stack and returns the list of characters in the string.
StringToList("Hello human") ->charactersList <-charactersList GetListCount 0 do Trace(<-wordsList[I]) loop
⇐ Index