I think it's <> or >< whatever...
2007-04-20 10:43:24
·
answer #1
·
answered by Mike10613 6
·
2⤊
1⤋
This Site Might Help You.
RE:
whats is the symbol in visual basic for - not equal too?
2015-08-10 22:39:16
·
answer #2
·
answered by Kinnie 1
·
0⤊
0⤋
In VB <> is a not equal test , if you type >< VB will convert it to a <>. The != is a not equal in the C language...
you can also use NOT with an equal test. A NOT just inverts the test result. so NOT(TRUE) will become FALSE
if A<>B then '
do something
end if
if NOT(A=B) then
'do something
end if
2007-04-20 11:20:16
·
answer #3
·
answered by MarkG 7
·
4⤊
0⤋
Vb Not Equal
2016-10-02 05:54:25
·
answer #4
·
answered by ? 3
·
0⤊
0⤋
Its <>
Example
IF a <> b THEN 'IF a does not equal b
' Do something
END IF
2007-04-20 10:53:30
·
answer #5
·
answered by Me 4
·
2⤊
0⤋
its an = with a / through it. can't type it in here though.
2007-04-20 10:49:05
·
answer #6
·
answered by drdreallday 3
·
0⤊
5⤋
it is <>
2007-04-20 10:52:27
·
answer #7
·
answered by James W 1
·
4⤊
0⤋
It is /=
2007-04-20 10:46:16
·
answer #8
·
answered by al_d_0 2
·
0⤊
4⤋
!=
2007-04-20 10:52:48
·
answer #9
·
answered by Anonymous
·
0⤊
6⤋