![]() ZBasic System Library
243
ZBasic Microcontrollers
Type
Subroutine
Invocation
PutEEPROM(addr, var, count)
Parameter
Method
Type
Description
addr
ByVal
Long
The Program Memory address at which to begin writing.
var
ByRef
any type
The variable from which the data to be written will be taken.
count
ByVal
int16
The number of bytes to write.
Discussion
This routine is provided for compatibility with BasicX. The more aptly named PutProgMem() should be
used by new applications.
See Also
|