User Tools

Site Tools


xrpl:stringtolist

This is an old revision of the document!


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 
xrpl/stringtolist.1551661910.txt.gz ยท Last modified: 2025/02/14 14:56 (external edit)