Start Back Next End
  
ZBasic System Library
142
ZBasic Microcontrollers
GetEEPROM
Type
Subroutine
Invocation
GetEEPROM(addr, var, count)
Parameter
Method
Type
Description
addr
ByVal
Long
The Program Memory address from which to begin reading.
var
ByRef
any type
The variable in which to place the data read.
count
ByVal
int16
The number of bytes to read.
Discussion
This routine is provided for compatibility with BasicX.  The more aptly named GetProgMem() should be
used by new applications.
See Also
Previous page Top Next page