Page 1 of 1

lokale variable in a macro

Posted: Tue Dec 30, 2008 3:55 pm
by saschech@gmx.de
Hallo

If i changing the name of a locale variable inside a macro,it do not changing all names
similar to the global variable.
Why not ?

Regards wolfgang

Re: lokale variable in a macro

Posted: Tue Jan 13, 2009 9:07 am
by saschech@gmx.de
Hallo
To reminiscence.

Regards Wolfgang

Re: lokale variable in a macro

Posted: Tue Jan 13, 2009 10:14 am
by Benj
Hi Wolfgang

Nice bug spot. Yes you are correct icons with local variables are not being automatically updated. This should be taken care of in V4 but for now you will have to try not to rename local variables. If you need to then all the variable references will currently have to be edited by hand.

Re: lokale variable in a macro

Posted: Tue Jan 13, 2009 12:55 pm
by saschech@gmx.de
Hallo Benj

To do this is a greatly,difficult job...........

Regards wolfgang

Re: lokale variable in a macro

Posted: Thu Jan 29, 2009 9:03 am
by Steve
I've looked into this and fixed in in v4.

As a workaround for v3, you might be able to make the local variable names update ok by also changing the name of the macro (or of one of the parameters) when you change the local variable name. This should save some time.