My understanding is that the Option argument of Datatype is fully determined by the first character of Option. I like to type more than the first character in order to head off misunderstandings. The first letter is also the first letter of a meaningful description (e.g. 'D' for Digits) in all cases except Hexadecimal which requires an 'X'.
Would it be appropriate to add 'H' as an alternative to 'X' so one could code 'Hex' or 'Hexadecimal?' Of course, something like 'X (hex)' could be used, but that seems contrived. -- "One can live magnificently in this world if one knows how to work and how to love." -- Leo Tolstoy _______________________________________________ Ibm-netrexx mailing list [hidden email] Online Archive : http://ibm-netrexx.215625.n3.nabble.com/ |
+1 Sounds good offhand.
-- Sent from my Android phone with K-9 Mail. Please excuse my brevity. George Hovey <[hidden email]> wrote: My understanding is that the Option argument of Datatype is fully determined by the first character of Option. I like to type more than the first character in order to head off misunderstandings. The first letter is also the first letter of a meaningful description (e.g. 'D' for Digits) in all cases except Hexadecimal which requires an 'X'. _______________________________________________ Ibm-netrexx mailing list [hidden email] Online Archive : http://ibm-netrexx.215625.n3.nabble.com/ |
Would it be appropriate to add 'H' as an alternative to 'X' so one could code 'Hex' or 'Hexadecimal?' Of course, something like 'X (hex)' could be used, but that seems contrived. I was probably going for consistency with Rexx in this
case. But making this change implies a number of other changes, too, such
as allowing 0h00 constants, \h00 escapes in strings, and adding 6 new
methods to the Rexx class (h2b, etc.).
Mike
_______________________________________________ Ibm-netrexx mailing list [hidden email] Online Archive : http://ibm-netrexx.215625.n3.nabble.com/ |
Wasn't aware of these ramifications -- I thought there was no effect beyond this additional behavior for DataType. I'll get by with the status quo :).
On Sun, Sep 2, 2012 at 3:04 AM, Mike Cowlishaw <[hidden email]> wrote:
-- "One can live magnificently in this world if one knows how to work and how to love." -- Leo Tolstoy _______________________________________________ Ibm-netrexx mailing list [hidden email] Online Archive : http://ibm-netrexx.215625.n3.nabble.com/ |
Good luck remembering to spelling it Xadecimal :)
On 9/2/2012 8:38 AM, George Hovey
wrote:
Wasn't aware of these ramifications -- I thought there was no effect beyond this additional behavior for DataType. I'll get by with the status quo :). _______________________________________________ Ibm-netrexx mailing list [hidden email] Online Archive : http://ibm-netrexx.215625.n3.nabble.com/ |
Bill,
Now that you've brought it up, I think i WILL remember 'Xadecimal'. Problem solved. Thanks! On Sun, Sep 2, 2012 at 8:42 AM, Bill Fenlason <[hidden email]> wrote:
-- "One can live magnificently in this world if one knows how to work and how to love." -- Leo Tolstoy _______________________________________________ Ibm-netrexx mailing list [hidden email] Online Archive : http://ibm-netrexx.215625.n3.nabble.com/ |
In reply to this post by Mike Cowlishaw
***WOULD*** be also *very nice* to
support 'datatype()' as in classic Rexx/ooRexx/ANSI Rexx!
Let us, please, get all those Dialects of the *Family of Rexx Languages* ***************************************** * more compatible ***************************************** thomas. =============================================================== Am 02.09.2012 09:04, schrieb Mike Cowlishaw:
--
Thomas Schneider CEO ThSITC IT Consulting KG Erdbergstr. 52-60/1/13 1030 Wien Austria, Europe Skype ID: Thomas.Schneider.Wien Member of the Rexx Languge Asscociation (www.rexxla.org) Member of the NetRexx Developer's Team (www.netrexx.org) _______________________________________________ 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 |
Free forum by Nabble | Edit this page |