
Home / Autodocs
rexxsupport.library
FUNCTIONS
NOTES
This library provides several support and utility functions for ARexx. If you want to use functions that are included in this library, it needs to be added explicitly to ARexx to make it aware of its functions. The following AmigaDOS command will import the function definitions in here:
rxlib rexxsupport.library 0 -30 0
Alternatively, the library can also be added within a Rexx script as follows:
rv = ADDLIB('rexxmathlib.library',0,-30,0)
rv is a boolean value that indicates success.