Navigation bar
  Start Previous page
 225 of 307 
Next page End  

ZBasic System Library
215
ZX Microcontroller Family
RamPeek
Type
Function returning Byte
Invocation
RamPeek(address)
Parameter
Method
Type
Description
address
ByVal
int16
The RAM address from which to read.
Discussion
This function will return the content of the specified RAM address.
Example
Dim b as Byte
Dim i as Integer
b = RamPeek(MemAddress(i))
b = RamPeek(i.DataAddress)
See Also
Previous page Top Next page