Functionsutils$concatTextSplitOn this page$concatTextSplit Usage Concatenates additional text to the array resulting from the $textSplit command. Parameters FieldDescriptiontextThe text to concatenate with the array Example <AoiClient>.addCommand({ name: "concatTextSplit", code: `$concatTextSplit[text1 text2 ...]`,});