Now that the Debug window is an editor gadget, can we have a way to suppress the newline at the end of a Debug statement?
Debug "something",1,#PB_Debug_NoNewLine
Or
DisableDebugNewLines / EnableDebugNewLines
Or
Add an optional Debugger setting:
[±] Debug statement appends NewLine
Would be much easier to output tables and matrices without building them 1st in a string temp variable.
[Debug] Suppress [CRLF] at end of output.
[Debug] Suppress [CRLF] at end of output.
The nice thing about standards is there are so many to choose from. ~ Andrew Tanenbaum