Start Back Next End
  
ZBasic System Library
258
ZBasic Microcontrollers
RamPeekWord
Type
Function returning UnsignedInteger
Invocation
RamPeekWord(address)
Parameter
Method
Type
Description
address
ByVal
integral
The RAM address from which to read.
Discussion
This function will return the 2-byte value at the specified RAM address.  The first byte will be the low order
byte and the following will be the high order byte.
Example
Dim u as UnsignedInteger
u = RamPeekWord(200)
Compatibility
This function is not available in BasicX compatibility mode.
See Also
Previous page Top Next page