Lines Matching refs:strProc
504 Dim strProc As String variable
519 strProc = vbcm.ProcOfLine(lngStartLine, lngType)
521 strProc = ""
524 strProc = vbcm.ProcOfLine(lngStartLine, lngType)
526 If strProc = "" Then GoTo CONTINUE_LOOP
528 VBFindLines = VBFindLines & "[" & strProc & " ( ) - " & lngStartLine & " ]" & _
531 strProc = vbcm.Lines(lngStartLine, 1)
532 If strProc = "" Then GoTo CONTINUE_LOOP
537 vbLf & strProc & vbLf
567 Dim strProc As String variable
591 Dim strProc As String variable
594 strProc = vbcm.ProcOfLine(cLines, lngType)
595 If strProc <> "" Then
597 cLines = cLines + vbcm.ProcCountLines(strProc, lngType) - 1