Navigation bar
  Start Previous page
 210 of 283 
Next page End 205 206 207 208 209 210 211 212 213 214 215  

201
RamPokeWord
Type
Subroutine
Invocation
RamPokeWord(value, address)
Parameter
Method
Type
Description
value
ByVal
int16
The value to write to RAM.
address
ByVal
int16
The RAM address to which to write.
Discussion
This routine will write the given value to the two bytes at the specified RAM address, least significant byte
first.
Caution
Modifying user variables in this way may cause your program to malfunction.  Writing to areas of RAM
used by the system may cause your program to malfunction.
Example
Dim u as UnsignedInteger
Compatibility
This routine is not available in BasicX compatibility mode.
See Also
Previous page Top Next page