Name
HaveRexxPort -- check if Rexx port exists (V11.0)
Synopsis
ok = HaveRexxPort(name$)
Library
amiga

Platforms
AmigaOS and compatibles only

Function
This function simply checks if the Rexx port specified by name$ exists and returns True if it does or False otherwise.

Inputs
name$
port name to check
Results
ok
True if the Rexx port exists, False otherwise

Show TOC