Does this also apply to things like NewMap?
If inside a procedure with Explicit enabled, I don't have to do Protected/Define NewMap. But what's the default in this case?
Quin wrote: Tue May 09, 2023 6:14 pm
Does this also apply to things like NewMap?
If inside a procedure with Explicit enabled, I don't have to do Protected/Define NewMap. But what's the default in this case?
NewMap creates maps as locals. This is the same as what Define does to make a variable local in scope. If you need something different you would have to specify it.
Last edited by Demivec on Wed May 10, 2023 8:31 am, edited 1 time in total.