07-08-2022, 04:58 PM
You could write your file at end of processing as one big long line with Chr$(10) or Chr$(13) delimiters for lines, file it as Binary too.
b = b + ...
Writing a file without line feed.
|
« Next Oldest | Next Newest »
|
Messages In This Thread |
Writing a file without line feed. - by SquirrelMonkey - 07-08-2022, 04:46 PM
RE: Writing a file without line feed. - by bplus - 07-08-2022, 04:58 PM
RE: Writing a file without line feed. - by RhoSigma - 07-08-2022, 04:58 PM
RE: Writing a file without line feed. - by SquirrelMonkey - 07-08-2022, 05:08 PM
RE: Writing a file without line feed. - by RhoSigma - 07-08-2022, 05:36 PM
RE: Writing a file without line feed. - by bplus - 07-08-2022, 05:10 PM
RE: Writing a file without line feed. - by SquirrelMonkey - 07-08-2022, 05:14 PM
RE: Writing a file without line feed. - by SquirrelMonkey - 07-08-2022, 05:18 PM
RE: Writing a file without line feed. - by bplus - 07-08-2022, 05:56 PM
RE: Writing a file without line feed. - by SquirrelMonkey - 07-08-2022, 06:03 PM
|