User Tools

Site Tools


crpl:docs:stringtolist

This is an old revision of the document!


~~DISCUSSION~~ <- CRPL reference <- String Commands

StringToList

ArgumentsResultNotation
String List of characters in String s1 – L1

Description

Splits s1 into a list of individual characters.

Examples

# Split a word into a list of characters
"creeper" StringToList ->word

The list word now contains 7 elements: 'c', 'r', 'e', 'e', 'p', 'e', 'r'

crpl/docs/stringtolist.1412190170.txt.gz · Last modified: 2025/02/14 14:56 (external edit)