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
Code:
Print #fhandle, inString;
Why do you have a sleep statement in your receive event?
That probably should be removed