Is there a way to replace a float element in an array with a string element?
I have two arrays in my code. One is a grid that is just filled with zero and the other is an array of characters with positions they need to be placed in on the grid. I included an image with my position array on the top and the grid on the bottom.