FIND
Type | Function |
Description | Detects the position of a substring connected to IN2 within a given string connected to IN1. The character position of the first occurrence of the input string IN2 in IN1 is stored to OUT.If no occurrence of the substring connected to IN2 is found or no substring (empty string '') is applied to IN2, then OUT := 0. |
Note | The first position in a string is 1. |
Parameters | Inputs
![]() ![]() ![]() |
Error behavior | ![]() |
Additional information | ![]() |