This message was edited by Fidz at 2003-9-21 19:35:35
: : If rootstring.Text = 6 And rootfret.Text = 0 Then
: :
: : it highlights the rootstring part of the line when the program compiles, does this help at all?
: :
:
: I assume you are sure that "rootstring" is the correct name of the object/control? You could try placing the cursor on "rootstring" and hitting Ctrl+Space to make sure it's a recognized one...
:
: I'm afraid I can't help more than that, sorry.
:
hi there
how about this:
If rootstring.Text = "6" And rootfret.Text = "0" Then
since it is going to be recognised as a string and not as an integer.....
cheers