Function CharRela() Foundation
Determines whether two substrings in two strings have the same position.
CharRela( <cSearchString1>, ;
<cString1> , ;
<cSearchString2>, ;
<cString2> ;
) --> nPosition
If <cSearchString2> is found in <cString2> at the same position as <cSearchString1> is found in <cString1> the function returns this position as a numeric value. If no match is found 0 is returned.
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.