Custom Command
FunctionsText Split Functions

$splitText

returns the element by index from $textSplit

Usage

$splitText[index]

!!exec $textSplit[1 2 3 4 5 6 7 8 9 10; ]


$splitText[2]

2

This function got deprecated, use $arrayGet instead

Function difficulty: Medium

Tags: Split Text Return Value

On this page