From Bright Pattern Documentation
Jump to: navigation, search
imported>Elizabeth
 
(Updated via BpDeleteTranslateTags script)
 
Line 1: Line 1:
<translate>= Integer Expressions=
+
= Integer Expressions=
 
Some helpful information on using integer expressions in the Workflow Builder application is given as follows.
 
Some helpful information on using integer expressions in the Workflow Builder application is given as follows.
  
Line 12: Line 12:
  
 
<center>[[workflow-builder-reference-guide/StringExpressions|<Previous]]  |  [[workflow-builder-reference-guide/FloatingPointExpressions|Next>]]</center>
 
<center>[[workflow-builder-reference-guide/StringExpressions|<Previous]]  |  [[workflow-builder-reference-guide/FloatingPointExpressions|Next>]]</center>
</translate>
 

Latest revision as of 04:11, 29 May 2024

• 5.19 • 5.2 • 5.3 • 5.8

Integer Expressions

Some helpful information on using integer expressions in the Workflow Builder application is given as follows.

  • Numbers can have the unary minus operator (e.g., -2).
  • The four arithmetic operations and parentheses, including nested ones, are supported (e.g., (2+3)*((7-1)/2+1)).
  • Division by zero produces errors in the log; the operation result is undefined.
  • Strings cannot be mixed in one expression with numbers (e.g., =2 + “string” is invalid).


<Previous | Next>
< Previous | Next >