07.05.2014 Views

The Microsoft Excel File Format - OpenOffice.org

The Microsoft Excel File Format - OpenOffice.org

The Microsoft Excel File Format - OpenOffice.org

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

3.6 Binary Operator Tokens<br />

3.6.9 tEQ (0B H )<br />

Equality operator. Returns TRUE if the operands are equal. Operand class: value.<br />

Token tEQ, BIFF2-BIFF8:<br />

Offset Size Contents<br />

0 1 0B H<br />

Example: 3=2 returns FALSE.<br />

3.6.10 tGE (0C H )<br />

Greater than or equal operator. Returns TRUE if the second-to-top operand is greater than or equal to the top operand.<br />

Operand class: value..<br />

Token tGE, BIFF2-BIFF8:<br />

Offset Size Contents<br />

0 1 0C H<br />

Example: 3>=2 returns TRUE.<br />

3.6.11 tGT (0D H )<br />

Greater than operator. Returns TRUE if the second-to-top operand is greater than the top operand. Operand class: value.<br />

Token tGT, BIFF2-BIFF8:<br />

Offset Size Contents<br />

0 1 0D H<br />

Example: 3>2 returns TRUE.<br />

3.6.12 tNE (0E H )<br />

Inequality operator. Returns TRUE if the operands are not equal. Operand class: value.<br />

Token tNE, BIFF2-BIFF8:<br />

Offset Size Contents<br />

0 1 0E H<br />

Example: 32 returns TRUE.<br />

47

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!