There are a couple of ways.  You can use a message object to do a
dynamic invocation.  the forward instruction can also be used:

forward to(object) message(some expression) array(arg, arg, arg,...)

Rick

On Mon, Sep 22, 2008 at 6:47 PM, Jack Woehr <[EMAIL PROTECTED]> wrote:
> My brain hurtz, too much Object Rexx today :)
>
> I want to call a class method using a string, something like:
>
> .(some_expression)~new(arg, arg ..)
>
> e.g.
>
> .(my_instance~my_attribute())~new(...)
>
> How to use a string an environment/classname symbol?
>
> --
> Jack J. Woehr            # "Self-delusion is
> http://www.well.com/~jax #  half the battle!"
> http://www.softwoehr.com #  - Zippy the Pinhead
>
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
> Build the coolest Linux based applications with Moblin SDK & win great
> prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
> Oorexx-devel mailing list
> Oorexx-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/oorexx-devel
>
>

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Reply via email to