What NetRexx can and should DO in version 5.xx

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

What NetRexx can and should DO in version 5.xx

ThSITC
Hi There,

I am trying here to depict my GOOD and BAD experiences with NetRexx:

1.) When a NetRexx ARRAY (or an INDEXED STRING) is DEFINED:

.... Netrexx 5.xx shall accept referenies like ARRAY(i) instead of
ARRAY[i]    .... QUIETLY !!!

Detto dor INDEXED STRINGS, Please!

2.) It has been a BAD IDEA to implement INDEXED STRINGS in CLASS REXX
within the REXX Class :-(

Better would have been to allow NOTATIONS like:

      aStem = STEM ''

3.) I am now working ... Hence:

FULL STOP, for now.

Kindly, Thomas Schneider.



---
This email has been checked for viruses by AVG.
https://urldefense.proofpoint.com/v2/url?u=https-3A__www.avg.com&d=DwIDaQ&c=jf_iaSHvJObTbx-siA1ZOg&r=_6rXNpPJ1fYV-3bV1za02NiR4PUelvicfHXwtnTXpXE&m=q-gwn9AJ7ZTKpCIH0SE3AjekOZehTvPMY0EPYS6sAfk&s=Cnd7-jLbPHjZSO8ZtkP4-VNNczI-dfeDFvK9qVQA_xc&e=


_______________________________________________
Ibm-netrexx mailing list
[hidden email]
Online Archive : http://ibm-netrexx.215625.n3.nabble.com/

Thomas Schneider, Vienna, Austria (Europe) :-)

www.thsitc.com
www.db-123.com
Reply | Threaded
Open this post in threaded view
|

Re: What NetRexx can and should DO in version 5.xx

ThSITC
The REASON for this request is INTENTIONAL:

A NetRexx USER shall be able to see from the DECLARATION whether a REXX Variable is either
a simple Variable (with type Rexx) OR an indexed String !

Sorry, MFC, do Say That (Speaker #2)
Kindly, Thomas.
====================================================================================


Am 21.11.2018 um 23:20 schrieb Thomas Schneider:
> Hi There, > > I am trying here to depict my GOOD and BAD experiences with NetRexx: > > 1.) When a NetRexx ARRAY (or an INDEXED STRING) is DEFINED: > > .... Netrexx 5.xx shall accept referenies like ARRAY(i) instead of > ARRAY[i] .... QUIETLY !!! > > Detto dor INDEXED STRINGS, Please! > > 2.) It has been a BAD IDEA to implement INDEXED STRINGS in CLASS REXX > within the REXX Class :-( > > Better would have been to allow NOTATIONS like: > > aStem = STEM '' > > 3.) I am now working ... Hence: > > FULL STOP, for now. > > Kindly, Thomas Schneider. > > > > --- This email has been checked for viruses by AVG. > https://urldefense.proofpoint.com/v2/url?u=https-3A__www.avg.com&d=DwIDaQ&c=jf_iaSHvJObTbx-siA1ZOg&r=_6rXNpPJ1fYV-3bV1za02NiR4PUelvicfHXwtnTXpXE&m=q-gwn9AJ7ZTKpCIH0SE3AjekOZehTvPMY0EPYS6sAfk&s=Cnd7-jLbPHjZSO8ZtkP4-VNNczI-dfeDFvK9qVQA_xc&e= > > > > _______________________________________________
> Ibm-netrexx mailing list [hidden email] Online Archive : > http://ibm-netrexx.215625.n3.nabble.com/ >


Virus-free. www.avg.com

_______________________________________________
Ibm-netrexx mailing list
[hidden email]
Online Archive : http://ibm-netrexx.215625.n3.nabble.com/

Thomas Schneider, Vienna, Austria (Europe) :-)

www.thsitc.com
www.db-123.com