Can I get info about SUB inside SUB?
#5
Wouldn't the easiest way just be to assign a global variable for debug tracing?

DIM SHARED ProgFlow$

SUB Foo
   ProgFlow$ = "Foo Start"
   .... sub stuff
   ProgFlow$ = "Foo Clean Exit"
END SUB
Reply


Messages In This Thread
RE: Can I get info about SUB inside SUB? - by SMcNeill - 05-08-2023, 07:18 PM



Users browsing this thread: 3 Guest(s)