Navigation bar
  Start Previous page
 205 of 283 
Next page End 200 201 202 203 204 205 206 207 208 209 210  

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
Previous page Top Next page