$textSplit

splits text into pieces! To access them use: $arrayGet or array functions

Usage: $textSplit[text;separator(optional, default = ,)]


Member04/02/2024
!!exec $textSplit[1 2 3 4 5 6 7 8 9 10; ]
Function difficulty Medium
Tags: split text text Split