Suppress new line
Is there a way to suppress the new line feed when using Fwrite or Log?
Here is the situation. I have multiple iso files with, on average, 30 text elements on a page. On each line of the output I need the file name, tab, and then a comma separated list of the text element content. With a 256 character limitation for variables building the string there is out. I also thought of using an echo statement with the Launch command but see that as being troublesome as they CMD windows will end up blocking access to file unless there is a pause inbetween (which I'm trying to avoid).
Ideas?

