Loading
A beginner-friendly guide to the text splitting functions in BDFD
Creating and reading a split
Changing and reassembling a split
Store multiple values in one variable
$textSplit
Splits text by a separator and stores the result
$splitText
Returns a single element from the split by index
$getTextSplitLength
Returns the total number of elements in the split
$getTextSplitIndex
Returns the index of a given value in the split
$joinSplitText
Joins all split elements back into a single string
$removeSplitTextElement
Removes one element from the split by index
$editSplitText
Replaces one element in the split with a new value
Setup
How to design a TextSplit variable and set its default value
Reading
How to split a variable and read individual slots
Writing
How to edit slots and save changes back to the variable
If you're completely new, start with these two functions: