|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
1200+ fellow developers rate and compare features of the top IDEs, like Visual Studio, Eclipse, RAD, Delphi and others, across 13 categories. Enjoy this FREE Download of the IDE User Satisfaction Study by Evans Data Corporation. Download Now!
|
|
#1
|
|||
|
|||
|
<> comparison sign
What does the <> sign mean? Can't search for it on google :/ or here.
if h <> g then <--- what does the <> mean? end if
__________________
--Tantapants |
|
#2
|
|||
|
|||
|
not equal. the opposite of =
equivalent to (but faster than): If Not h = g Then
__________________
Programmer's Corner |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > Visual Basic Programming > <> comparison sign |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|