Hi,
I am analyzing someone else's code. One thing I notice is that they alternate between
run("some_macro")
and
call some_macro
Why is there a difference in the way the macro is called & does this make any difference?
I personally don't like changing the way it is called, I would prefer just using the "Call" command or "run" but alternating is confusing to me.
Thanks
I am analyzing someone else's code. One thing I notice is that they alternate between
run("some_macro")
and
call some_macro
Why is there a difference in the way the macro is called & does this make any difference?
I personally don't like changing the way it is called, I would prefer just using the "Call" command or "run" but alternating is confusing to me.
Thanks