hello people,
i'm looking for a way to access the call stack in powerbasic dos.
i have some routines that need to behave differently depending on where
they were called from, so i need to know the name of the routine(s) that
performed the call (or take a look at the entire call stack to find
a specific routine).
i can also check the calling routine by passing vars but i'm sure there
is a more elegant way to do this. thanx for any tips on this.
Joep
------------------
Joep
http://www.diydatarecovery.nl
i'm looking for a way to access the call stack in powerbasic dos.
i have some routines that need to behave differently depending on where
they were called from, so i need to know the name of the routine(s) that
performed the call (or take a look at the entire call stack to find
a specific routine).
i can also check the calling routine by passing vars but i'm sure there
is a more elegant way to do this. thanx for any tips on this.
Joep
------------------
Joep
http://www.diydatarecovery.nl
Comment