OS/2 Procedures Language 2/REXX


Inf-HTML [About][Toc][Index] 0.9b (c) 1995 Peter Childs


QUEUED




 >>--QUEUED()---------------><

QUEUED returns the number of lines remaining in the currently active REXX 
data queue at the time the function is invoked. 
Here is an example: 

QUEUED()    ->    5    /* Perhaps */
  

Inf-HTML End Run - Successful