$textSplit

Splits the provided text with seperator and creates an array. To access them use: $arrayGet or other array functions

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


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