back to Table of Contents


LogStr (sub)

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)


back to Table of Contents