Navigation:  Reference > Functions By Category > Strings >

pStrBitNot()

Previous pageReturn to chapter overviewNext page

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.