Print a plain string to debug output, C/C++ style escape sequences can be used, control chars will be filtered using the active filter mode. Note that output will stop at the first CHR$(0) found, as output is done through C/C++ stdio functions.
SYNTAX:
LogStr text$
INPUTS:
text$ (STRING)
- Any string literal or variable, which can contain escape sequences known to C/C++ (eg. \t, \n, \x22 etc.), the string may also be empty to produce a empty line in the logging output.