- Jan
- 179
- 2
What's the difference between this:
Set a = b
and
Set a=b
?
The difference is the variable's name creation. The first variable will be "a " the second will be "a" and they aren't interchangible. It would be great to have a way to see the variable's length in the command expansion and the Watch Variable pane (not sure what the section is called) to know the exact variable name, maybe by bracketing? Right now you can't tell the difference.
Set a = b
and
Set a=b
?
The difference is the variable's name creation. The first variable will be "a " the second will be "a" and they aren't interchangible. It would be great to have a way to see the variable's length in the command expansion and the Watch Variable pane (not sure what the section is called) to know the exact variable name, maybe by bracketing? Right now you can't tell the difference.