Happy New Year to everyone!<br><br>I am trying to simulate the 'receive' expression behaviour.<br>I access the process message queue with erlang:process_info(self(), messages).<br>Assuming I have selected a message Msg which is at position k in the message list and have safely stored it in a variable,<br>


is there a way to manually remove Msg from the process message queue?<br><br>Thanks,<br>Aggelos<br><br>