Hi
I have one array which contains several instances of the same character
array(‘?’,‘?’,‘?’)
I have another array that contains different values.
I have a string that contains the ‘?’ character and want to replace this with values out the second array.
However it keeps replacing the ? with one rather than replacing with the different values.
How do I do this?
Lewis