|
As far as I know, commenting out a macro call does not work with the asterix sign : *
So this does not uncomment, the macro will still run
* !thisisamacrocall
However, it does work with backslash + asterix.
This works:
/* !thisisamacrocall
Nothing will happen is I run this.
Now newer versions of SPSS have the "toggle comment" button, which enables you to select large pieces of syntax and comment/uncomment them as a whole.
It does it by placing the asterix before each command.
I guess you hear me coming:
Is there any way to have the toggle comment button to place '/*' instead of '*', so I can uncomment several macro calls at once?
Thanks
|