Dear All,
I am trying to generate some local macros in my do file. For instance in my do file I have:
Then I want to see the content of the macro. So in the command window I type
obtaining this:
If I generate the local macro from the command window, I get:
Why this happens? I guess I am doing a mistake but I cannot figure out which one. Any help you may want to provide would be highly appreciated.
Best,
Dario
I am trying to generate some local macros in my do file. For instance in my do file I have:
Code:
local impower "2"
Code:
display "`impower'"
Code:
. do "C:\Users\dario\AppData\Local\Temp\STD9ef8_000010.tmp" . local impower "2" . end of do-file . di "`impower'" .
Code:
. local impower "2" . di "`impower'" 2
Best,
Dario

Comment