123
-=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- (c) WidthPadding Industries 1987 0|688|0 -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=-
Socoder -> Blitz -> Print - Newline

Sat, 28 Jun 2025, 11:56
dna

BB Bug ?


Is there something I'm missing or is there a bug in BB.
I tried using he PRINT command for showing the filenames during each pass but the text output does not issue the 0A 0D to begin a new line, it just writes over the previous text that is on the screen.
I had to use a TEXT command to get the proper spacing for he output
Am I missing something?



-=-=-
DNA
Sat, 28 Jun 2025, 12:30
Jayenkai
I can't make head nor tails of that.
Most of the issue comes down to me not being able to unread commented out code.

Maybe I should look into modern text highlighting method. I'm sure it's more doable than it was almost a decade ago.

-=-=-
''Load, Next List!''
Sat, 28 Jun 2025, 12:46
Jayenkai
Ok, I've squinted for 15 minutes, and my guess is ....
"What is FontHeight() returning?"
...
Not "what do you expect it to be returning". But "what IS FontHeight returning."

No, my bad, that's the text version, it's the print I should be looking at. Ignore.

-=-=-
''Load, Next List!''
Sat, 28 Jun 2025, 12:59
dna
Here's a version without the comments



-=-=-
DNA
Sat, 28 Jun 2025, 13:09
Jayenkai
No, see.. right.. ..
.. Here's what you've done, there..
Right..

Is what you've done, see, is you've now given us the version that you corrected, using the Text commands.
You're not showing us the version that didn't work, with the possible bug, that you asked us if it was a bug..

What does this do? Screenshot please.



Which should get us to the bottom of the original conundrum.. "[snip] the text output does not issue the 0A 0D to begin a new line, it just writes over the previous text that is on the screen."

-=-=-
''Load, Next List!''
Sat, 28 Jun 2025, 13:57
Pixel_Outlaw
I wonder if that CLS is clearing after each file giving you only the latest.
But yeah, it would help to do a minimal test.
Ditch all the : and put 1 statement per line.