I_R_Lee
Well-known member
How would I avoid that error? It happens on this line of code:
Ive also tried
but I get the same error.
Any help?
Code:
txtWord.Text = Replace$(txtWord.Text.Chars(I), txtWord.Text.Chars(I), "*")
Ive also tried
Code:
txtWord.Text = Replace$(txtWord.Text, txtWord.Text.Chars(I), "*")
Any help?