I had a line of code like this...
function main (var1, var2....){
I then commented out that code with two slashes and changed added a line like this...
function main (){
All of the original var1, var2. etc STILL showed up in the Edit Studies list of variables even with the original line commented out.
I had to delete the words function and main from the commented out line to get the Edit Studies menu to apear 'correctly'
Is this a bug?
function main (var1, var2....){
I then commented out that code with two slashes and changed added a line like this...
function main (){
All of the original var1, var2. etc STILL showed up in the Edit Studies list of variables even with the original line commented out.
I had to delete the words function and main from the commented out line to get the Edit Studies menu to apear 'correctly'
Is this a bug?
Comment