Splitting and Joining strings this was made for @ MichaelBeHere just backpack the split and join functions in the only sprite the split function takes 2 arguments, the first is the string you want to split and the second is the string/character you want to split it at. The result will be in the split.result array The join function takes one argument, the string/character you want to put in between all the items in the split.join array. You can only join the items in the split.join array. The result will be in the join.result variable. all by me