Piped character count

Started by James Zukowski, September 03, 2020, 02:51:17 PM

Previous topic - Next topic

James Zukowski

While we can get where we are when outputing to a serial file by checking KEC() for the file, is there a way to determine how many characters have been sent to a piped channel? If I open (ch)"|process_prog...", can I know how much went out before I close (ch)?

Thanks!
James Zukowski
Sr. Developer - J&E

BRAND>SAFWAY
Brand Industrial Services

Michael Greer

James,

I would be interested if there is an internal value that tracks this, but I just use a variable, reset a the time of Pipe open, and add the size (len) of the payload before I write it to the pipe channel.

Michael