Contents | Index | < Browse | Browse >
usage: CLOSEPORT(name)

-Closes the message port specified by the name argument, which must have been
allocated by a call to OPENPORT() within the current ARexx program. Any
messages received but not yet REPLYed are automatically returned with the
return code set to 10.
-see also Reply() , OpenPort()