Changing a variable to an array.
Posted: Thu Jun 15, 2023 8:26 pm
I created a variable (buffer) and - too late - realised it should be an array.
On attempting to change it I got the following message:
It's minor but this is the 'wrong' sense - I'm trying to convert an integer to an array of integers. Getting rid of the usage of buffer allowed the change to take place . Possibly 'Creating an array from a single value is not possible if variable is in use'?
On attempting to change it I got the following message:
It's minor but this is the 'wrong' sense - I'm trying to convert an integer to an array of integers. Getting rid of the usage of buffer allowed the change to take place . Possibly 'Creating an array from a single value is not possible if variable is in use'?