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

36 lines
1.2 KiB
HTML

<HTML>
<HEAD><TITLE>QuickBASIC 3.0 - Long Entry</TITLE></HEAD>
<BODY>
<A HREF="ng25eb4.html">[&lt;&lt;Previous Entry]</A>
<A HREF="ng320.html">[^^Up^^]</A>
<A HREF="ng264a0.html">[Next Entry&gt;&gt;]</A>
<A HREF="menu.html" >[Menu]</A>
<A HREF="info.html">[About The Guide]</A>
<HR>
<PRE>
<B>POKE Write Byte to Memory</B>
<B>POKE</B> <U>address</U>,<U>byte</U>
Writes a specified byte at a specified memory offset within the
current segment.
<U>address</U> A numeric expression in the range 0 to 1048575; specifies
a decimal offset within the segment specified by the most
recent DEF SEG statement. If there has been no DEF SEG
statement, the offset is within QuickBASIC's data segment.
<U>byte</U> A numeric expression in the range 0 to 255; specifies the
data to be written at offset address.
</PRE>
<HR>
<B>See Also:</B>
<A HREF="ng23cd7.html">PEEK</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>