On Sun, Feb 19, 2012 at 12:23 PM, Rony G. Flatscher
<rony.flatsc...@wu-wien.ac.at> wrote:
> After researching a while (starting out with .context) I ended up in the 
> native API to look for the
> name of the current routine for which the exit runs, i.e. GetRoutineName().
>
> Unfortunately, this API is only available in the "function" context and not 
> in the "exit" context.
>
> Would it be in general possible/feasible for the exit context to get at the 
> routine's name (and
> maybe even at the name of the label to which control may have gotten 
> transferred to with a call or a
> signal)?

No it would not.  Routine name in this context is the name of the
routine that the function is being invoked as.  This is not the name
of the routine that happens to be running.  This makes no sense to add
to the exit APIs.

Rick

>
> TIA,
>
> ---rony
>
>
> ------------------------------------------------------------------------------
> Virtualization & Cloud Management Using Capacity Planning
> Cloud computing makes use of virtualization - but cloud computing
> also focuses on allowing computing to be delivered as a service.
> http://www.accelacomm.com/jaw/sfnl/114/51521223/
> _______________________________________________
> Oorexx-devel mailing list
> Oorexx-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/oorexx-devel

------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Reply via email to