My question is quite straightforward I guess but I did not find any answer on the web.
Let's say I create a program:
Code:
capture program drop myprogram
program define myprogram
*do my things here*
end
Code:
myprogram
Code:
local myprogramname = myprogram `myprogramname'
Best,
Michele
0 Response to Calling a program whose name is a local
Post a Comment