Important: The information in this document is obsolete and should not be used for new development.
scInc
You can use thescInc
TIB instruction to transfer data and increment the buffer pointer.
--> scParam1 Ptr A pointer to a data buffer. --> scParam2 LongInt The number of bytes to be transferred. DESCRIPTION
ThescInc
instruction moves data to or from the buffer pointed to byscParam1
. You specify the number of bytes to be transferred inscParam2
. The buffer pointer inscParam1
is incremented by the number of bytes transferred (for use by a subsequent iteration of this instruction).