I want to know how to add a value to an element of an array. This is not a duplicate as i don't want to add a new elemnt or assign an entirely new value but want to edit an existing value in the array. I'd imagine it would look something like this:
textArray[i] = currentElement + variable;
The example above does for some reason not work though
Thanks in advance! :)