_ECHO

From QB64 Wiki
Revision as of 13:39, 9 April 2019 by imported>Odin (Creates _ECHO page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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