Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »


 
SYNTAX:
 
xpxFindLastCharInString (str                               : STRING;
                         char                              : STRING (1) FIXED;                         VAR indexOfLastOccurrenceInString : INTEGER )                         status                            : INTEGER
 
The function xpxFindLastCharInString returns the index of the last occurrence of the specified character char in the string str through the argument indexOfLastOccurrenceInString (starting from one). The first character in a string have index one. The value of indexOfLastOccurrenceInString is set to zero when no occurrence of char is found in str.

  • No labels