Function PosDiff() Foundation
Determines the first position where two strings are different.
PosDiff( <cString1> , ;
<cString2> , ;
[<nIgnoreCharsFromLeft>] ; // Default: 0
) --> nPosition
Returns the position of the first character which is different in both strings or 0 if the strings are identical.
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.