38 lines
1.2 KiB
HTML
38 lines
1.2 KiB
HTML
<HTML>
|
|
<HEAD><TITLE>QuickBASIC 3.0 - Long Entry</TITLE></HEAD>
|
|
<BODY>
|
|
|
|
<A HREF="ng23b74.html">[<<Previous Entry]</A>
|
|
<A HREF="ng320.html">[^^Up^^]</A>
|
|
<A HREF="ng23ef7.html">[Next Entry>>]</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>
|