Use this function to get a tcp/ip message from queue. If queue is empty a empty string is returned. The function doesnt demand any parameter.

Example:
%System.GetTCPMessage()
If there is a message "This is my LCD" in queue then this function call returns "This is my LCD".