INFO
Applies To:
ITScriptNet V1/V2
What is the order of operations for arithmetic in ITScriptNet In-prompt scripts?
DETAILS
Our precidence order is right to left. For example:
A - B - C is equivalent to A - (B - C).
If you want to use a different order, use parentheses to exactly specify how you want the expression to be evaluated. For example:
(A - B) - C.
This article last updated:
1/1/2009 12:00:00 AM