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
WFINDINTInput
STR1WSTRING(255)STR2WSTRING(255)