Print # adds a new line after each call. If you want the new line suppressed then you need to add a ; to the end of the statement.
Like so
Why do you have a sleep statement in your receive event?Code:Print #fhandle, inString;
That probably should be removed




Reply With Quote
