OK - but then I'm back where I started. The new temporary macro is pointing to the original macro. If the original macro change its value, the value inside the temporary macro will also change.
I need a backup of a macro value (in case the original macro change its value) and not a reference/pointer to the original macro value. How do I do that?
|