closed
Public

In version 2.47, it seems that when I change the names of global properties (aka variables), their names are only partially changed in code that resides in button and objects. I’m having to go through all of my code objects to make sure the names have been updated. Often, a line of code that is something like “variable1 = variable1 + 2” will update as “variable1 = newVariable1name + 2”. It should have updated both parts of that expression, not just the second half.

2 answers

Hi David, I just tried but could not reproduce this problem. The property name is updated in both parts on my side.

Can you provide a sample to reproduce this problem? Thanks.

#1

I can’t send a full sample, since the project I’m working on can’t leave the company yet. If the problem persists I’ll make a sample file to send to you.

Thanks.

#2

This question is now closed