Indexed Strings

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Indexed Strings

Geoffrey J. Cullen
Hello Mike,

Could you tell me if there is a way to pass a NetRexx "indexed string"
as an argument in a method function call?

Thanks
Geoff Cullen

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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>


Reply | Threaded
Open this post in threaded view
|

Re: Indexed Strings

Patric Bechtel
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Mon, 10 Feb 2003 21:14:45 -0500, Geoffrey J. Cullen wrote:

Hello Geoffrey,

method test(a=Rexx) static
   say a['whatever']

method main(args=String[]) static public
   r=Rexx ''
   r['whatever']='Hello World!'
   test(r)

this should work...

Patric

>Hello Mike,

>Could you tell me if there is a way to pass a NetRexx "indexed string"
>as an argument in a method function call?

>Thanks
>Geoff Cullen

>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>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>




PGP Public Key Fingerprint: 2636 F26E F523 7D62  4377 D206 7C68 06BB

-----BEGIN PGP SIGNATURE-----
Version: PGPsdk version 1.7.1 (C) 1997-1999 Network Associates, Inc. and its affiliated companies.

iQA/AwUBPkjcUHxoBrvMu8qQEQLTBACgu4uZTXrIIWilqwXU+XD2/J33lYgAoOfj
9YKEkUrw/mccVqhBXf7GQ272
=GVZv
-----END PGP SIGNATURE-----


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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>