Instruction manual

Table Of Contents
PC215E Page 66
6.6.3.9 Copy a block of Data to an Integer Buffer - copyToIntegerBuf
Copies a block of integer data to an integer buffer.
i = copyToIntegerBuf (b, start, nItems, p)
where
b Integer: buffer handle as issued by the
allocateBuf function.
start Long: index of the starting item in the buffer.
nItems Long: number of items to copy.
p Pointer: pointer to the beginning of the memory
block to copy.
Returns Integer:
OK
or ERRBUFFER
ERRRANGE
ERRDATA
Prior Calls allocateIntegerBuf
See Also freeIntegerBuf
6.6.3.10 Copy a block of Data to a Long Integer Buffer - copyToLongBuf
Copies a block of long integer data to a long integer buffer.
i = copyToLongBuf (b, start, nItems, p)
where
b Integer: buffer handle as issued by the
allocateBuf function.
start Long: index of the starting item in the buffer.
nItems Long: number of items to copy.
p Pointer: pointer to the beginning of the memory
block to copy.
Returns Integer:
OK
or ERRBUFFER
ERRRANGE
ERRDATA
Prior Calls allocateLongrBuf
See Also freeLongBuf