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'?
			
			
									
						Changing a variable to an array.
- 
				mnfisher
- Valued Contributor
- Posts: 1694
- http://meble-kuchenne.info.pl
- Joined: Wed Dec 09, 2020 9:37 pm
- Has thanked: 146 times
- Been thanked: 789 times
- 
				Steve-Matrix
- Matrix Staff
- Posts: 1619
- Joined: Sat Dec 05, 2020 10:32 am
- Has thanked: 224 times
- Been thanked: 382 times
Re: Changing a variable to an array.
Thanks.  I have change the message to say "You cannot change an in-use variable to or from an array or change the number of its array dimensions" as this covers all the cases where that message could be displayed.
			
			
									
						 
