Its not like if its text then you don’t need ToString()
Nah
You will break it with it
For example you set text var to AbCd
Now you have change text set to TextVar
And text object will display AbCd
BUT if you will change text set to ToString(TextVar)
You will get 0 instead or was it null
I don’t remember
So if your variable is number then you convert it
BUT NOT when its already text
Now imagine you have Map.Fireland
Map.Waterland
But this will check if you have them
THIS on other hand
Map[“Fireland”]
Map[“Waterland”]
Will not check if they exist
In fact will create them if they don’t exist
So you could have structure variable Map WITH NO CHILD VARAIABLES
And now you can Map[“SOMETHING”] to create/use such variable on the fly dynamically
In fact i am doing it to NOT litter my variable window
I have there ZVar structure which is empty
Look it is empty