_ECHO

From QB64 Wiki
Jump to navigation Jump to search

The _ECHO statement allows outputting text to a $CONSOLE window without having to alternate between _DEST pages.


Syntax

_ECHO {"text to output" | textVariable$}


Description


Availability

  • Version 1.3 and up.


Examples

$CONSOLE PRINT "this will show in the main window" _ECHO "this will show in the console"


See also



Navigation:
Go to Keyword Reference - Alphabetical
Go to Keyword Reference - By usage
Go to Main WIKI Page