Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
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: 24 Guest(s)