Re: [Oorexx-devel] Question ad native API and resolving an environment symbol

2021-08-15 Thread Rony G. Flatscher
On 15.08.2021 18:03, Erich Steinböck wrote: > the FindPackageClass API should do what you want. > It doesn't just resolve a package name, but will resolve any dot variable > name. great, thank you very much, Erich! ---rony ___ Oorexx-devel

Re: [Oorexx-devel] Question ad native API and resolving an environment symbol

2021-08-15 Thread Erich Steinböck
Rony, the FindPackageClass API should do what you want. It doesn't just resolve a package name, but will resolve any dot variable name. ___ Oorexx-devel mailing list Oorexx-devel@lists.sourceforge.net

[Oorexx-devel] Question ad native API and resolving an environment symbol

2021-08-15 Thread Rony G. Flatscher
As package has gained its .local directory, such that an environment symbol will get searched in .context~package~local -> .local -> .environment, would there be a native API that would do this resolution starting out from the current context looking up all the ooRexx environment directories?