Home  /  Autodocs  /  rexxsupport.library

NAME

FORWARD
forwards a message packet to a named port

SYNOPSIS

rv = FORWARD(pkt,portname)

FUNCTION

Forwards the ARexx command packet, given as address string, to the port whose name is given as second argument. Returns 0 if the port could not be found, or the address of the port if found and forwarding worked.