Specifications

Microsoft Excel Data Exchange Functions
PlantScape Server and Client Configuration Guide 479
NAPI_rPutdat_int
Writes a single value to a field in a user file in the following formats:
double double precision (8 bytes) I.E.E.E. floating point
float single precision (4 byte) I.E.E.E. floating point
int two bytes signed integer
long four bytes signed integer
str character string
Server Name of the PlantScape server to which the value is written.
File PlantScape database file number.
User files start from file 251 so that user file 1 is file 251, user file 2
is file 252 and so on.
Record Record number in the user file.
Word Word number in the record.
Flags For a circular file, specifies the direction to read. Enter newest
for the newest record or oldest for the oldest record. Enter 0 for
non-circular files.
Value Value to write.
Caution
Do not use any of these functions through Microsoft Excel’s
Function wizard, as multiple controls to undesired values may be
performed for the given address. See the Caution at the beginning of
“Microsoft Excel Data Exchange Functions” on page 461 for more
details.
plscpcg.book Page 479 Monday, May 28, 2001 10:11 AM