Is there any way to prevent VB from adding an extra line after writing text like this:
When I use something like the above code, an extra line is inserted after that text, but I dont want it to be there. Any Suggestions?VB Code:
Open App.Path & "\Test.txt" For Output As #1 Print #1, "My Text Is Here, But A Line Will Be Inserted After It" Close #1




Reply With Quote