What does <> mean?

后端 未结 7 719
-上瘾入骨i
-上瘾入骨i 2020-12-03 07:23

I have seen this before in SQL and VB, I am now reverse engineering an Excel speadsheet and have come across the following formula:

=IF(D23<>0,\"Insufficent         


        
7条回答
  •  旧巷少年郎
    2020-12-03 07:53

    It means not equal to. The same as != seen in C style languages, as well as actionscript.

提交回复
热议问题