SYNTAX:
xpfFindLastCharInString (str : STRING;
char : STRING (1) FIXED)
indexOfLastMatchingChar : INTEGER;
The function xpfFindLastCharInString searches the string str for the last occurance of the character char. If char is found in str then the index of the character char in str is returned as the function value. If char is not found in str zero is the returned function value.
See also xpfFindFirstCharInString
General
Content
Integrations