09-09-2022, 01:25 PM
(This post was last modified: 09-09-2022, 01:30 PM by TDarcos.
Edit Reason: more details
)
Well, there is one possibility, the command
OPTION _UNIQUE
Which means you can't use two variables of the same name regardless of type. Once a variable is used or defined it can't be reused as a different type, and you can't use the same name for a scalar or array. You also can't use the type specification symbol once DIMed.
Not sure if there is much interest in such a feature, but I think it would help reduce error. And those who don't want this protection don't have to use it.
OPTION _UNIQUE
Which means you can't use two variables of the same name regardless of type. Once a variable is used or defined it can't be reused as a different type, and you can't use the same name for a scalar or array. You also can't use the type specification symbol once DIMed.
Not sure if there is much interest in such a feature, but I think it would help reduce error. And those who don't want this protection don't have to use it.
While 1
Fix Bugs
report all bugs fixed
receive bug report
end while
Fix Bugs
report all bugs fixed
receive bug report
end while