If from script1.btm I do this command:
gosub "script2.btm" Label1
and Script2 internally needs to know "what script just called my Subroutine "label1", how can script2 tell?
Is there some way to access the "stack" of called scripts or some variable or function so I can determine that script1.btm called me?
Thanks in advance,
Peniel02
gosub "script2.btm" Label1
and Script2 internally needs to know "what script just called my Subroutine "label1", how can script2 tell?
Is there some way to access the "stack" of called scripts or some variable or function so I can determine that script1.btm called me?
Thanks in advance,
Peniel02