On Freitag, 16. Januar 2009, ray wrote: > Hi, all > > Is it possible to change the name of a variable at all its occurrences one > time? For example, the following code > a_variable_name = 1 > print(a_variable_name) > > Now I want change the name of the a_variable_name variable to another name, > it's possible to change it at one time? Like the refactor method: rename. > > Thanks
You may use the reaplace in files dialog of the 4.3 snapshot release. Regards, Detlev -- Detlev Offenbach [email protected] _______________________________________________ Eric mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/eric
