Input string label is not changing when compiling

 

Hi all,

I used to set labels to group extern input parameters definition. For instance:

extern string ParameterSection1           = "//===== DEBUGGING ==";

 If i change this string, for instance:

extern string ParameterSection1           = "//===== DEBUGGING ::";

when i'm compiling the code, that change is not appearing on the input parameter window. It's not updating. Is Always showing:

extern string ParameterSection1           = "//===== DEBUGGING ==";

Is this a known bug?

Best. 

 
No such issue on my side. String changes when recompiled.
 
The values (your string) in the tester -> Expert Properties do not change on compile. Press Reset to update them to compiled values.
 
Thanks WHRoeder.
Reason: