Hello all, I have quite a big number of global variables (mostly constants) that I want to move to another event sheet.
Of course these cannot be cut and pasted normally, and I also would like to avoid the following procedure:
(1) duplicate all the globals with a slightly different name in the destination event sheet
(2) going through the whole project renaming every use of all the moved variables
(3) delete the now unused original globals
(4) rename the remaining globals to their old names
Any tips for making this process less painful?
Thanks in advance