09-14-2022, 07:38 PM
https://staging.qb64phoenix.com/showthre...69#pid6669
If the function detects a newline is it changed only to CHR$(13)? On Windows might have to do CHR$(13) + CHR$(10) instead, if the intention was to produce a new line. But what is it with that funny space that keeps being shown in these screenshots? Now I understand that the "qbs_input()" is allocating a space to put in something else. It appears in many other places in the code. Confusing but it's how Galleon originally designed it to emulate M$QB string management.
If the function detects a newline is it changed only to CHR$(13)? On Windows might have to do CHR$(13) + CHR$(10) instead, if the intention was to produce a new line. But what is it with that funny space that keeps being shown in these screenshots? Now I understand that the "qbs_input()" is allocating a space to put in something else. It appears in many other places in the code. Confusing but it's how Galleon originally designed it to emulate M$QB string management.