Talk:Read a configuration file: Difference between revisions

→‎REXX vs ooRexx: specified which REXXes failed with a (non-classic) REXX example. -- ~~~~
(→‎REXX vs ooRexx: new section)
(→‎REXX vs ooRexx: specified which REXXes failed with a (non-classic) REXX example. -- ~~~~)
Line 97:
 
Can you please tell us what did not work on which classic Rexx? (except, maybe, for the first line) --[[User:Walterpachl|Walterpachl]] ([[User talk:Walterpachl|talk]]) 07:10, 24 July 2013 (UTC)
 
: The example that was moved to ooRexx had a comment:   ''This program was tested using Open Object Rexx 4.1.1.''
 
: The following caused problems with various Classic REXXes:
 
:: * The use of   '''line~left(3)'''   (Regina, PC/REXX, Personal REXX, R4 [et al]).
:: * Some   '''stream'''   options weren't recognized (et al).
:: * The first line raised a '''syntax''' error (PC/REXX, Personal REXX, R4).
:: * The   '''IF arg(1) = '-h', ...'''   construct of using   '''then'''   wasn't recognized (et al).
:: * The use of   '''any'''   with the   '''signal'''   statement (et al).
:: * Received an ''incorrect call to routine''   '''value'''   ----- at this point, I stopped looking for more errors.
 
: I don't feal conformatable doing this level of debugging/bench-testing of a REXX program that clearly wasn't tested with any Classic REXX.   Maybe the author of the program could perform that task better. -- [[User:Gerard Schildberger|Gerard Schildberger]] ([[User talk:Gerard Schildberger|talk]]) 17:31, 24 July 2013 (UTC)