Important: The information in this document is obsolete and should not be used for new development.
scNoInc
You can use thescNoInc
TIB instruction to transfer data without incrementing the buffer pointer.
--> scParam1 Ptr A pointer to a data buffer. --> scParam2 LongInt The number of bytes to be transferred. DESCRIPTION
ThescNoInc
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 unmodified by this instruction.