| Bookshelf Home | Contents | Index | PDF | ![]() |
|
Siebel eScript Language Reference > Using Siebel eScript > Using Operators in Siebel eScript > Changing the Sequence in Which Siebel eScript Evaluates an ExpressionSiebel eScript evaluates the operators in an expression in the following order: You can write code that changes this order. To change the sequence in which Siebel eScript evaluates an expression Siebel eScript performs operations in parentheses before it performs operations that occur outside of parentheses. It performs multiplication operations and division operations in an expression before it performs addition operations and subtraction operations. To change this sequence, you can use parentheses. Table 12 includes an example of how Siebel eScript calculates a grouped expression.
|
![]() |
![]() |
| Siebel eScript Language Reference | Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Legal Notices. | |