FindStr

<< Click to Display Table of Contents >>

Manual > Control Reference > Route > Route Methods >

FindStr


 

Search for a character in a string.

 


syntax

FindStr(

         str,

         searchStr

         )

 


Parameters

 

str

 

Type:

character

 

The character to be searched for.

 

searchStr

 

Type:

character

 

The search string.

 

Return Value

 

 

Type:

character

 

The position of the matched character (starting from 0).

 


hmtoggle_plus1Explanation

 


Supported


Script Action

Browser script

Calculation formula syntax

 

 


reference