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.
Содержание EDIRECTORY 8.8 - GUIDE
Страница 4: ...novdocx ENU 01 February 2006...
Страница 16: ...16 Novell eDirectory 8 8 Administration Guide novdocx ENU 01 February 2006...
Страница 68: ...68 Novell eDirectory 8 8 Administration Guide novdocx ENU 01 February 2006...
Страница 90: ...90 Novell eDirectory 8 8 Administration Guide novdocx ENU 01 February 2006...
Страница 116: ...116 Novell eDirectory 8 8 Administration Guide novdocx ENU 01 February 2006...
Страница 128: ...128 Novell eDirectory 8 8 Administration Guide novdocx ENU 01 February 2006...
Страница 184: ...184 Novell eDirectory 8 8 Administration Guide novdocx ENU 01 February 2006...
Страница 249: ...250 Novell eDirectory 8 8 Administration Guide novdocx ENU 01 February 2006...
Страница 307: ...308 Novell eDirectory 8 8 Administration Guide novdocx ENU 01 February 2006...
Страница 333: ...334 Novell eDirectory 8 8 Administration Guide novdocx ENU 01 February 2006...
Страница 371: ...372 Novell eDirectory 8 8 Administration Guide novdocx ENU 01 February 2006...
Страница 439: ...440 Novell eDirectory 8 8 Administration Guide novdocx ENU 01 February 2006...
Страница 519: ...520 Novell eDirectory 8 8 Administration Guide novdocx ENU 01 February 2006...
Страница 529: ...530 Novell eDirectory 8 8 Administration Guide novdocx ENU 01 February 2006...
Страница 555: ...556 Novell eDirectory 8 8 Administration Guide novdocx ENU 01 February 2006...