FIND (FUN)

FUNCTION FIND : UDINT

Searches for the position of a partial string within a string.

InOut:

Scope

Name

Type

Initial

Comment

Return

FIND

UDINT

Input

itfString

STR.IString

String within which itfPartial is searched

itfPartial

STR.IString

String whose position is searched in itfString

udiStart

UDINT

0

The position within itfString from where the search starts

Output

eErrorID

ERROR