dos_compilers/Microsoft QuickBASIC v3/manual/ng23cd7.html

38 lines
1.2 KiB
HTML
Raw Normal View History

2024-07-01 22:00:14 +02:00
<HTML>
<HEAD><TITLE>QuickBASIC 3.0 - Long Entry</TITLE></HEAD>
<BODY>
<A HREF="ng23b74.html">[&lt;&lt;Previous Entry]</A>
<A HREF="ng320.html">[^^Up^^]</A>
<A HREF="ng23ef7.html">[Next Entry&gt;&gt;]</A>
<A HREF="menu.html" >[Menu]</A>
<A HREF="info.html">[About The Guide]</A>
<HR>
<PRE>
<B>PEEK Value at Specified Address</B>
<U>y</U> = <B>PEEK</B>(<U>n</U>)
Returns the byte at a specified memory offset within the current
segment.
<U>n</U> A single-precision expression in the range 0 to 1,048,575.
----------------------------------------------------------------------
<B>Notes:</B> <U>n</U> 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.
</PRE>
<HR>
<B>See Also:</B>
<A HREF="ngcd1a.html">DEF SEG</A>
<A HREF="ng2627a.html">POKE</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>