Hello!

In REXX I rarely used 'procedure' to separate subroutine's 
variables from the variable pool of the main program. Within 
ooREXX ::method seems to imply 'procedure' and I must use 'expose' 
to share variables between methods. The variable pool of the main 
program still seems to be separated.

The manual describes about expose that the variable pool belongs 
to an object. My question: is there something like a 
'super-expose' to join the variable pools of two or more objects?

Why I ask: I use ooDialog to show a Window what is represented as 
an object in ooREXX. From a menu I start a "child" dialog which is 
also an object. Alas a new object with its own variable pool. To 
move the child dialog to (x, y) I used push and pull. But I would 
prefere direct access to 'expose'd varialbes.

TIA.....Mike
--------------------------------------------
Kostenlose E-Mail-Adresse mit unbegrenztem Speicherplatz für E-Mails, Free SMS 
und OK-Drive, der Online-Festplatte.
Sicher Dir jetzt Deine Wunschadresse @ OK.de: www.ok.de

------------------------------------------------------------------------------
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
_______________________________________________
Oorexx-users mailing list
Oorexx-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-users

Reply via email to