Not equals

mike55

Contributor
Joined
Mar 26, 2004
Messages
727
Location
Ireland
Hi

Quick question for all...How do you do not equals to in a if statement, am using:
if (A!= 5) then
'do something
else
'do something else
end if

Thats the structure that we used to use with Java, surprised that it doesn't work. Any suggestions.

Mike55
 
If you were in C# it would have worked. You are probably in VB.NET.

VB.NET doesn't look like Java as C# does. Continue to learn VB.NET. The more you know the more you get paid :p
 
Back
Top