Navigation: Reference > Functions By Category > Memory > Pointer Manipulation >
_BSCAN()
Return the position of the first ocurrence of the BYTE ch whithin the buffer pStr.
nPos will be < nBytes if ch is found.
Syntax:
_BSCAN(pStr,nBytes,ch) -> nPos