• REXXUTIL

    From Christian Chaintrier@21:1/5 to All on Sun Nov 13 07:50:51 2022
    Comment puis-je trouver le code de cette librairie sur INTERNET ???

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From ErichSt@21:1/5 to Christian Chaintrier on Mon Nov 14 00:15:04 2022
    On Sunday, November 13, 2022 at 4:50:52 PM UTC+1, Christian Chaintrier wrote:
    Comment puis-je trouver le code de cette librairie sur INTERNET ???

    Hi Christian,
    RexxUtil is part of your Rexx installation - there's no need to download it. Which Rexx interpreter are you using?

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From ErichSt@21:1/5 to All on Mon Mar 6 10:21:55 2023
    On Mon, Mar 6, 2023 at 7:01 PM Christian Chaintrier wrote:
    Thank you for your anwer...
    I have installed ooRexx 3.2.
    Where is the REXXUTIL ?

    Hi Christian, to use functions provided by REXXUTIL you can register it like this
    call rxfuncadd "sysloadfuncs", "rexxutil", "sysloadfuncs"
    call sysloadfuncs

    ooRexx 3.2 is quite old - in newer versions of ooRexx, rexxutil no longer needs to be registered before it can be used

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)