306
Novell eDirectory 8.8 Administration Guide
no
vd
ocx (
E
NU)
01
F
ebr
ua
ry
200
6
Logical Operators
The valid operators are
• AND
• OR
• NOT
• Less than (<)
• Greater than (>)
• Equal to (=)
Bitwise Operators
You can use bitwise operators on INT variable types to return an integer value. The valid operators
are
• BITAND
• BITOR
• BITNOT
Complex Operations
The following precedence rules are enforced when processing complex expressions. Operators with
the same precedence order are processed left-to-right. The order is as follows:
• Parenthesis
• Unary (+/-)
• BITNOT
• BITAND
• BITOR
• Multiplication, division, MOD
• Addition, subtraction
• Relational (>, >=, <, <=, =)
• NOT
• AND
• OR
If you are not certain of precedence, use parentheses. For example, if A, B, and C are integers or
variables, A<B<C is not allowed. A<B would return a Boolean value, not an integer value, which
cannot be compared to an integer C. However, (A<B) AND (B<C) would be syntactically correct.
You can use PRINT declarations to send text and symbol values to the server’s WAN Traffic
Manager display screen and to the log file.
PRINT statements can have any number of arguments that can be literal strings, symbol names or
members, integer values, or Boolean values, separated by commas.
Summary of Contents for EDIRECTORY 8.8 - GUIDE
Page 4: ...novdocx ENU 01 February 2006...
Page 16: ...16 Novell eDirectory 8 8 Administration Guide novdocx ENU 01 February 2006...
Page 68: ...68 Novell eDirectory 8 8 Administration Guide novdocx ENU 01 February 2006...
Page 90: ...90 Novell eDirectory 8 8 Administration Guide novdocx ENU 01 February 2006...
Page 116: ...116 Novell eDirectory 8 8 Administration Guide novdocx ENU 01 February 2006...
Page 128: ...128 Novell eDirectory 8 8 Administration Guide novdocx ENU 01 February 2006...
Page 184: ...184 Novell eDirectory 8 8 Administration Guide novdocx ENU 01 February 2006...
Page 249: ...250 Novell eDirectory 8 8 Administration Guide novdocx ENU 01 February 2006...
Page 307: ...308 Novell eDirectory 8 8 Administration Guide novdocx ENU 01 February 2006...
Page 333: ...334 Novell eDirectory 8 8 Administration Guide novdocx ENU 01 February 2006...
Page 371: ...372 Novell eDirectory 8 8 Administration Guide novdocx ENU 01 February 2006...
Page 439: ...440 Novell eDirectory 8 8 Administration Guide novdocx ENU 01 February 2006...
Page 519: ...520 Novell eDirectory 8 8 Administration Guide novdocx ENU 01 February 2006...
Page 529: ...530 Novell eDirectory 8 8 Administration Guide novdocx ENU 01 February 2006...
Page 555: ...556 Novell eDirectory 8 8 Administration Guide novdocx ENU 01 February 2006...