I'm trying to use the example from the manual to terminate a starmsg pipe. 
But once the string is found:

1. I get a stall from TAKE 1 after it receives the termstring (which I can fix
with ELASTIC, just to annoy Rob, but don't want to as I don't want to loose
the other received messages)

2. After so fixing, I then find that the pipe does NOT terminate, but still
sits there until I enter HMSG

What's the best way of making this puppy terminate?

'pipe (end ?)', 
   '?i:  faninany', 
   '|    locate \'termstring'\', 
   '|    take 1', 
   '|g:  gate strict', 
   '?    starmsg', 
   '|g:', 
   '|o:  fanout ', 
   '|    specs 17-* 1', 
   '|    console', 
   '?o: |i:' 

Reply via email to