Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagecpp
themeConfluence
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

...

TypeNameComment
STRINGstrThe string to be searched
STRING (1) FIXEDcharThe specified search character
INTEGERindexOfFirstOccurrenceInStringThe 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

...

Insert excerpt
US:_r_XPX_Return_Value
US:_r_XPX_Return_Value
nopaneltrue

Options

...

 

Example

...

Code Block
languagecpp
<Missing Example>

 

See also

Filter by label (Content by label)
showLabelsfalse
showSpacefalse
cqllabel = "extension_schema" and parent = "5636522"

 


SYNTAX: