User Tools

Site Tools


4rpl:commands:stringtolist

This is an old revision of the document!


Index
Strings

StringToList

StringToList (<-inputstring) ->charList

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

Index

4rpl/commands/stringtolist.1638017980.txt.gz · Last modified: 2025/02/14 14:56 (external edit)