PDA

View Full Version : A <> B what is this mean?


stevebong
11-29-2007, 08:55 PM
Hello,

Im new to prorgamming. Im wonder what this means...

A <> B A is less than B and greater B?

trying to understand some code which contains this conditional operator...

ex> if ( A<>B) then ...do something,,,

Thanks,

NinjaTrader_Dierk
11-29-2007, 10:09 PM
Not sure what you mean. You nowhere in NT will find A <> B (only will find e.g. A != B). Please contact the software vendor where you saw this for further support

stevebong
11-29-2007, 10:59 PM
It was a tradestation code...

Found out it meant "not equal to" in easylanguage.

Thanks for the hint..