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

197
RamPeekDword
Type
Function returning UnsignedLong
Invocation
RamPeekDword(address)
Parameter
Method
Type
Description
address
ByVal
int16
The RAM address from which to read.
Discussion
This function will return the 4-byte value at the specified RAM address.  The first byte will be the low order
byte and the last will be the high order byte.
Example
Dim ul as UnsignedLong
ul = RamPeekDWord(200)
Compatibility
This function is not available in BasicX compatibility mode.
See Also
Previous page Top Next page