xpxFindFirstCharInString
FUNCTION xpxFindFirstCharInString (str : STRING; char : STRING (1) FIXED; VAR indexOfFirstOccurrenceInString : INTEGER ) status : INTEGER
The function xpxFindFirstCharInString returns the index of the first occurrence of the specified character char in the string str through the argument indexOfFirstOccurrenceInString (starting from one).
Arguments
Type | Name | Comment |
STRING | str | The string to be searched |
STRING (1) FIXED | char | The specified search character |
INTEGER | indexOfFirstOccurrenceInString | The first character in a string has index one. The value of indexOfFirstOccurrenceInString is set to zero when no occurrence of char is found in str. |
Return Value
Error rendering macro 'excerpt-include' : User 'null' does not have permission to view the page 'US:_r_XPX_Return_Value'.
Options
Example
<Missing Example>
See also
Filter by label
There are no items with the selected labels at this time.
SYNTAX: