PStrIFind (FUN)

FUNCTION PStrIFind : INT

Same semantics as Find from the standard.library. A null pointer will lead to a return of -1 If pst1 is too long, -2 will be returned If pst2 is too long, -3 will be returned

InOut:

Scope

Name

Type

Return

PStrIFind

INT

Input

pst1

POINTER TO STRING(255)

pst2

POINTER TO STRING(255)