Hello, I have been messing around with the UDF's under NamedPipes Management and cannot figure out how to get the pipe server to read and clear the data placed in the pipe by the pipe client. The server code can use the _NamedPipes_PeekNamedPipe() function to verify and look at the data placed in the pipe. The code below is a working "peeking" version. Run it the first time to start the server running and run it again to run the client code. It will EXIT correctly if the first mes