Article ID: 10128
INFO: Order of operations in In-Prompt Scripts.
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
Please help us improve the Knowledge Base by rating this article.
    © 1997-2026 Z-Space Technologies - a BCA Innovations Company - All rights reserved