Not equals

mike55

Well-known member
Joined
Mar 26, 2004
Messages
726
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 doesnt work. Any suggestions.

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

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