Home  /  Autodocs  /  rexxsupport.library

NAME

GETPKT
returns the next ARexx command packet queued on a port

SYNOPSIS

rv = GETPKT(port)

FUNCTION

Retrieves an address string representing the next ARexx command packet queued on a port, also given as address string. If no command packet is queued on the port, returns '0000 0000'x, i.e. the address string representing the NULL pointer.