Instruction manual

Table Of Contents
Page
67
PC215E
6.6.3.11 Copy a Block of Integer Data from an Integer Buffer - copyFromIntegerBuf
Copies a segment of an integer data buffer to a block of memory.
i = copyFromIntegerBuf (b, start, nIems, 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 integer
memory block to which data is to be copied.
Returns Integer:
OK
or ERRBUFFER
ERRRANGE
ERRDATA
Prior Calls allocateIntegerBuf
See Also freeIntegerBuf
6.6.3.12 Copy a Block of Long Integer Data from a Long Buffer - copyFromLongBuf
Copies a segment of a Long Integer data buffer to a block of memory.
i = copyFromLongBuf (b, start, nIems, p)
where
b Integer: buffer handle as issued by the
allocatBuf 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 long
integer memory block to which data is to be
copied.
Returns Integer:
OK
or ERRBUFFER
ERRRANGE
ERRDATA
Prior Calls allocateLongBuf
See Also freeLongBuf