|
|
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:
- Returns the difference between the 2 strings. 0 if the strings are identical.
- See also:
- MFString_Compare()
|