dos_compilers/Microsoft QuickBASIC v3/manual/ng34399.html
2024-07-01 13:00:14 -07:00

48 lines
1.5 KiB
HTML

<HTML>
<HEAD><TITLE>QuickBASIC 3.0 - Long Entry</TITLE></HEAD>
<BODY>
<A HREF="ng33e32.html">[&lt;&lt;Previous Entry]</A>
<A HREF="ng320.html">[^^Up^^]</A>
<A HREF="ng346ca.html">[Next Entry&gt;&gt;]</A>
<A HREF="menu.html" >[Menu]</A>
<A HREF="info.html">[About The Guide]</A>
<HR>
<PRE>
<B>WRITE Output to Screen</B>
<B>WRITE</B> [<U>exprlist</U>]
Displays numeric or string expressions on screen.
<U>exprlist</U> 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.
----------------------------------------------------------------------
<B>Notes:</B> Either semicolons or commas may be used as delimiters in
<U>exprlist</U> (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.
</PRE>
<HR>
<B>See Also:</B>
<A HREF="ng2682a.html">PRINT</A>
<A HREF="ng346ca.html">WRITE #</A>
<HR>
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by <A HREF="http://www.acemake.com/hagbard">Dave Pearson</A>
<HR>
</BODY>
</HTML>