WFIND (FUN)ΒΆ

FUNCTION WFIND : INT

Find the wcharacter position of the beginning of the first occurence of STR2 in STR1. If no occurence of STR1 is found, then the result is 0.

InOut:

Scope

Name

Type

Return

WFIND

INT

Input

STR1

WSTRING(255)

STR2

WSTRING(255)