Syntax

dbPrint(String.s [, NewLine])

Description

This command will print text, numbers, variables and strings to the screen. You can position where the text will print using the dbSetCursor command. This command can only produce text on a single line, so you should refrain from using carriage return characters in the text string. Any carriage return symbols will be ignored.

See Also

dbInput, dbSetCursor