executionContext

2004-02-24 Thread Kevin
Is there a function API to get the calling functions module name (other than parsing executionContexts)? For Example: In stackA.rev on funcA funcB end funcA In stackB.rev on funcb # from this function is there a API call to get the calling modules # fully qualified path name? en funcb

Re: executionContext

2004-02-24 Thread Dar Scott
On Tuesday, February 24, 2004, at 03:05 PM, Kevin wrote: Is there a function API to get the calling functions module name (other than parsing executionContexts)? For Example: In stackA.rev on funcA funcB end funcA In stackB.rev on funcb # from this function is there a API call to get the

Re: executionContext

2004-02-24 Thread Kevin
I have written two libraries. 1. libBasics.rev which contains 2 functions currentContext() and package() it is dropped into you Run Rev Application Directory in each file you can do the following. start using libBasics start using package( ../common/xxx ) package will automatically set