@ paragraphShift+Enter for newline, Enter for new paragraph (as you might know from richt-text-processors like MS/Libre Office - or some wysiwyg forum editors in the internet)@ the softwareWhat is "the software" ?byeRon
Mikey: where did you download Blitz3D from? I redownloaded the official B3D from the nitrologic page (The latest version before blitzbasic.com went down) https://nitrologic.itch.io/blitz3d and noticed that the file sizes were different. So I uninstalled, then reinstalled the official version, and now carriage returns are back to normal.I do think I installed the MSVC2017 version from blitzresearch page before. Comparing filesize shows it is the same size as the version giving me problems.
if your problem is inside the Blitz3d IDE, it may happen because the Blitz3d IDE "accepts" different kinds of fonts / font sizes.As you probably know, you can set a font kind / font size to use in the Blitz3d IDE.However, if you copy some code on a webpage or on another text editor, then you past it in the Blitz3d IDE, the text and the font kind / font size is pasted too, and this can produce this weird formatting.There are 2 solutions to prevent / solve this :when you copy paste a code from a webpage / other text editor, always paste it in notepad first, to remove the associated font kind / font size.if you have already inconsistent formatting in the Blitz3d IDE, save the bb file, close it and open it again, all code should be now formated using the same font kind / font size.