On 2016-06-24, at 08:19, Gentry, Steve wrote:

> I'm not getting the results I'd expect when STACK is the first in a pipeline. 
>   What I thought would happen is the entire STACK is read into the stream and 
> then proceed onto the next stage.  This is not happening.  Here is my code:
> 'PIPE stack' ,
>   '| take 1' ,
>   '| spec 33.8 1' ,
>   '| var EXPDT'
>  
Since TAKE shorts the remainder of its input to its secondary
output stream, would it work to connect that secondary stream
to HOLE?
 
> I will have at least three lines in the stack.  These three lines are created 
> by another   command that uses the " STACK FIFO" (w/o the quotes).
>  
I've hardly mastered connectors.  I'd first try STACK LIFO
then TAKE LAST 1.

-- gil

Reply via email to