47 lines
1.6 KiB
HTML
47 lines
1.6 KiB
HTML
<HTML>
|
|
<HEAD><TITLE>QuickBASIC 3.0 - Long Entry</TITLE></HEAD>
|
|
<BODY>
|
|
|
|
<A HREF="ng34399.html">[<<Previous Entry]</A>
|
|
<A HREF="ng320.html">[^^Up^^]</A>
|
|
<A HREF="ng34a1f.html">[Next Entry>>]</A>
|
|
<A HREF="menu.html" >[Menu]</A>
|
|
<A HREF="info.html">[About The Guide]</A>
|
|
<HR>
|
|
<PRE>
|
|
<B>WRITE # Output to Sequential File</B>
|
|
|
|
<B>WRITE</B> <B>#</B><U>filenum</U>,<U>exprlist</U>
|
|
|
|
Outputs one or more 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 output enclosed in quote marks.
|
|
|
|
Positive numbers are not preceded by blanks.
|
|
</PRE>
|
|
<HR>
|
|
<B>See Also:</B>
|
|
<A HREF="ng26f10.html">PRINT #</A>
|
|
<A HREF="ng34399.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>
|