I have a very strange problem. I have this line of code:
Now this doesn't work, even if Phrase(2) and Phrase(287) have exactly the same values ("Grade" in this case). When I break at this point and hover the mouse over Phrase(2) and Phrase(287), they both show "Grade". However, when I hit Shift + F9, Phrase(2) shows "Grade" but Phrase(287) shows "__. How can that be?Code:Dim Phrase (1 to 300) as string if Phrase(2) = Phrase(287) then ...




Reply With Quote