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


TypeNameComment
STRINGstrGiven string
STRINGcharThe character to be found within the "str" string
INTEGERstartIndexThe first char to search in the string str is specified in the startIndex (starting from one) argument.
INTEGERindexOfCharInStringIndex 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.

Â