Start Back Next End
  
ZBasic System Library
256
ZBasic Microcontrollers
RamPeek
Type
Function returning Byte
Invocation
RamPeek(address)
Parameter
Method
Type
Description
address
ByVal
integral
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