196
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(i.DataAddress)
See Also