|
Hey everyone! Im making a program and I need to Have something say Not equal to like != But for some reason its not working. Heres my code so far
For Some odd reason != is not working for a Not equal, Thanks For reading and Thanks greatly for answering |
|
You can use <> to accomplish the same thing and I believe VB also supports either the NOT or isNot keyword. |
