instr

  1. S

    Instr Returns 0

    This line returns false. InStr(rslt.Name, resultName, CompareMethod.Text) > 0 It should be returning true since the result of Instr should be 3. In the watch window rslt.Name = "2-Thickness" and resultName = "Thickness" The function that this line is a part of is part of the base class and is...
Back
Top