Hey there,
I cant figure out how to store a floating value to a number array - it seems to round off the decimal.
Currently, I've got an editbox that allows the user to input numbers - those strings are converted to numeric values and stored into the appropriate index of my array.
I tried multiplying my user input value by 1.0 before storing it to the array, but it still rounds off the decimal.
Any thoughts?