Compare nBytes of the content of p1 and p2 memory buffers.
Returns zero if the strings are identical. Returns a positive value if the string pointed to by p1 is greater than that pointed to by p2. Returns a negative value if the string pointed to by p1 is less than that pointed to by p2.
Syntax:
_BCMP(p1,p2 , nBytes) -> nResult