[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
PEEK Value at Specified Address
y = PEEK(n)
Returns the byte at a specified memory offset within the current
segment.
n A single-precision expression in the range 0 to 1,048,575.
----------------------------------------------------------------------
Notes: n 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.
See Also:
DEF SEG
POKE
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson