[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
WRITE Output to Screen
WRITE [exprlist]
Displays numeric or string expressions on screen.
exprlist Numeric or string expressions separated by commas or
semicolons. QuickBASIC outputs a carriage return and line
feed at the end of the list. If no items are included, a
blank line is displayed.
----------------------------------------------------------------------
Notes: Either semicolons or commas may be used as delimiters in
exprlist (it makes no difference).
WRITE differs from PRINT in the following ways:
When the data items are displayed, each is separated
from the one before it by a comma.
String expressions are displayed enclosed in quote
marks.
Positive numbers are not preceded by blanks.
See Also:
PRINT
WRITE #
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson