Oct 23, 2003 #1 jass1220 Programmer Joined May 20, 2003 Messages 88 Location AE what is the opposite of this : (strType.equals("SU") like if i wanted to say .. strType not equal to "SU"
what is the opposite of this : (strType.equals("SU") like if i wanted to say .. strType not equal to "SU"
Nov 9, 2003 #2 tom62 Programmer Joined Nov 12, 2002 Messages 152 Location DE The opposite of (strType.equals("SU") is (!strType.equals("SU") Upvote 0 Downvote
Nov 10, 2003 Thread starter #3 jass1220 Programmer Joined May 20, 2003 Messages 88 Location AE thanks alot .. Upvote 0 Downvote