Navigation: Reference > Functions By Category > Strings >
pStrBitNot()
Invert the bits of a character string.
Syntax:
pStrBitNot( <pStr> , <nLen> ) -> pStr
Parameters:
<pStr>
Memory pointer to the character string.
<nLen>
Length of the string pointed by <pStr>
Return Value:
Pointer to the string.