ECHO: Difference between revisions

From QB64 Phoenix Edition Wiki
Jump to navigation Jump to search
m (Protected "ECHO" ([Edit=Allow only autoconfirmed users] (indefinite) [Move=Allow only autoconfirmed users] (indefinite)))
m (Removed protection from "ECHO")
(No difference)

Revision as of 21:37, 1 June 2022

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

  • QB64 1.3 and up (QB64 Team)
  • QBPE 0.5 and up (QB64 Phoenix Edition)


Examples

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


See also



Navigation:
Main Page with Articles and Tutorials
Keyword Reference - Alphabetical
Keyword Reference - By usage
Report a broken link