xpxFindCharInString
FUNCTION xpxFindCharInString (str : STRING; char : STRING (1) FIXED; startIndex : INTEGER; VAR indexOfCharInString : INTEGER) status : INTEGER;
The function xpxFindCharInString returns the index of the found char in the specified string str in the argument indexOfCharInString.Â
Arguments
Type | Name | Comment |
STRING | str | Given string |
STRING | char | The character to be found within the "str" string |
INTEGER | startIndex | The first char to search in the string str is specified in the startIndex (starting from one) argument. |
INTEGER | indexOfCharInString | Index of the given "char" character within the "str string. The first index in a string is index one. If the specified char is not found then the indexOfCharInString is set to zero. |
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.
Â