FindInString Method Example
The following example finds each occurrence of the string AI1 with the string FIX32.NODE1.AI1.F_CV. The operation is specified to include scripts in the search.
Dim lFirst As Long
Dim lCount As Long
Dim sMatchString As String
Dim bFound As Boolean
FindReplace.FindInString "FIX32.NODE1.AI1.F_CV", 1, "AI1", 8, sMatchString, lFirst, lCount, bFound