[]

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[]

Andreas Zieritz
I want to write a class which is dealing with arrays. What I don't know is
if I can change elements of that array from outside (via methods).

Example: a Matrix-class, the Array is stored in property 'MyArray'

In Object-Rexx I could change elements via the '[]=' and read the elements
via the '[]' methods.

After what I think this isn't possible in Netrexx, is it?

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe from this mailing list ( ibm-netrexx ), please send a note to
[hidden email]
with the following message in the body of the note
unsubscribe ibm-netrexx <e-mail address>