View Single Post
  #10 (permalink)  
Old 08-01-06, 01:25 AM
duesi's Avatar
duesi duesi is offline
Wannabe Coder
 
Join Date: Jun 2006
Posts: 225
Thanks: 0
Thanked 0 Times in 0 Posts
Sorry, you can leave out the line

Code:
If EnglishWordTxt.Text = EnglishWordTxt.Text Then
Because it is no restriction (a variable is always the same as itself, insn't it?)
But what error did you get (I see no syntactical problem).

Happy Coding!
__________________
Duesi

"One of the great skills in using any language is knowing what not to use, what not to say" (Ron Jeffries)

http://www.swissbytes.de
Reply With Quote