Home  /  Autodocs

rexxsupport.library

FUNCTIONS

ALLOCMEM FORBID MAKEDIR PERMIT STATEF
BADDR FORWARD NEXT RENAME TYPEPKT
CLOSEPORT FREEMEM NULL REPLY WAITPKT
DELAY GETARG OFFSET SHOWDIR
DELETE GETPKT OPENPORT SHOWLIST

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.