Copy nBytes from pSrc to pDest using a mapping character table. pTable can be a character string of at least 256 chars of size or also a pointer to a buffer ( also with at least 256 of size).
Syntax:
_BCOPYWITHTABLE(pDest, pSrc , nBytes, pTable) -> pDest