Compares 2 strings with a maximum character limit and returns the difference between them.
- Parameters
-
pString1 | First source string. |
pString2 | Second source string. |
n | Maximum number of characters to compare. |
- Returns
- The difference between the 2 strings. 0 if the strings are identical.
- See Also
- MFString_Compare()