Prev
Open Object Rexx
Next
Code style
dark
electric
light
print
rgfdark
rgflight
tokio-day
tokio-night
vim-dark-blue
vim-dark-darkblue
vim-dark-desert
vim-dark-elflord
vim-dark-evening
vim-dark-industry
vim-dark-koehler
vim-dark-murphy
vim-dark-pablo
vim-dark-ron
vim-dark-slate
vim-dark-torte
vim-light-delek
vim-light-morning
vim-light-peachpuff
vim-light-shine
vim-light-zellner
8.5. SysAddRexxMacro
Adds a routine to the Rexx macrospace. SysAddRexxMacro returns the RexxAddMacro return code.
Parameters:
name
The name of the function added to the macrospace.
file
The file containing the Rexx program.
order
The macrospace search order. The order can be "B" (Before), which is default, or "A" (After).
Prev
8.4. RxWinExec (Windows only)
Up
Home
Next
8.6. SysBootDrive (Windows only)