> Well, actually, no it does not differ.  The ARG instruction deals with
> just strings, which are immutable.  If all you are passing are string
> values, then there is no way to alter the value of the string object such
> that the change would be visible from both variable values.  This is true
> whether you are using ARG or USE ARG.  It is only because you are using
> array objects, which do have mutable internal state can you see the
> changes.
>
>
Well, there you go, always something new to learn. What you say makes
sense, Rick, I didn't think about that strings are immutable.

Getting there, but slowly ;)

Staffan
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct
_______________________________________________
Oorexx-users mailing list
Oorexx-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-users

Reply via email to