Hi,
When you use comments in your any Event code like below:
$a = $a + $b;
/* this is only comment
and this is only comment but with commented [variable1]
and other [variable1] as comment */
…other code
then SC thinking, that you defined two global variables in code: variable1 and variabel2 and you will see it in Application -> Global Variables.
Please advise.
Darek