Articles
Forums
Downloads
Autodocs
Home
/
Autodocs
/
rexxsupport.library
NAME
WAITPKT
wait for a ARexx command packet on a named port
SYNOPSIS
rv = WAITPKT(portname)
FUNCTION
Waits on the port whose name is given as argument for an ARexx command packet to arrive. Returns non-zero if a packet is available, but does not remove it. Use
GETPKT
for this.