User Activity

  • Posted a comment on ticket #1621 on ooRexx (Open Object Rexx)

    I have vaque memory of the same by switching to oorexx 4.2 and then switch back to oorexx 5 and then upgrade to a later oorexx 5 version, seems that oorexx 5 can't kill oorexx api 4.2. I manually killed the oorexx api I found in task list and then it worked again. Strange that the reboot didn't solved this.

  • Posted a comment on ticket #1620 on ooRexx (Open Object Rexx)

    I runned this with oorexxtry wich showed this behaviour. Running as rexx program it shows correct line number. This can be closed

  • Created ticket #1620 on ooRexx (Open Object Rexx)

    raise syntax doesn't take empty/blank rows in program source when calculate the offending line

  • Posted a comment on ticket #1616 on ooRexx (Open Object Rexx)

    Why would one want to use a private floating method ? Put the methods in a class and private become useful. What are you trying to achieve ?

  • Posted a comment on ticket #1614 on ooRexx (Open Object Rexx)

    with oorexx 5 you can distinguise between the different .methods do x over .methods~allindexes if .methods~at(x)~isattribute then say "Defined attribute:" x else if .methods~at(x)~isconstant then say "Defined constant:" x else say "Defined method:" x end exit ::constant pi '3,14' ::constant two 2 ::method talk use arg text say text ::attribute size get ::attribute size set expose size use arg value if datatype(value, "Whole") = .false | value < 0 then raise syntax 93.906 array ("size", value) si...

  • Modified a comment on ticket #1614 on ooRexx (Open Object Rexx)

    Or this variant, oorexx 5 needed constant = .object~enhanced(.methods) say constant~pi say constant~two say do x over .methods~makearray say "Defined constants:" x end exit ::constant pi '3,14' ::constant two 2

  • Posted a comment on ticket #1614 on ooRexx (Open Object Rexx)

    Or this variant constant = .object~enhanced(.methods) say constant~pi say constant~two say do x over .methods~makearray say "Defined constants:" x end exit ::constant pi '3,14' ::constant two 2

  • Posted a comment on ticket #1606 on ooRexx (Open Object Rexx)

    It seems that there is a problem to locate the oorexxtry.ini file and the test in the program, test for ERROR: but actual text is ERROR start oorexxtry.rex with parameter DEFAULT or use this patch --- C:/Program Files/ooRexx/ooRexxTry.rex lör okt 27 18:13:38 2018 +++ N:/Onedrive/Dokument/oorexx/MyOORexx/TEST/ooRexxTry.rex lör mar 9 15:47:55 2019 @@ -227 +227 @@ exit - if k1 = 'ERROR:' | k2 = 'ERROR:' | k3 = 'ERROR:' | k4 = 'ERROR:' then + if k1 = 'ERROR' | k2 = 'ERROR' | k3 = 'ERROR' | k4 = 'ERROR'...

View All

Personal Data

Username:
hexit34
Joined:
2009-05-09 16:21:34

Projects

  • No projects to display.

Personal Tools