Functionsutils$getTextSplitOn this page$getTextSplit Usage Retrieves a specific element from the array resulting from the $textSplit command. Parameters FieldDescriptionindexThe index of the element to retrieve Example <AoiClient>.addCommand({ name: "gettextsplit", code: `$replyMessage[$getTextSplit[index]]`,});