NumExpression
Obsah
Description
Alias: NE
Evaluates a numeric expression.
Evaluates an expression given by Expression parameter using variables A, B, C a D.
Input parameters
A
Type String
Variable A.
B
Type String
Variable B.
C
Type String
Variable C.
D
Type String
Variable D.
Expression
Type String
Arithmetic expression that can contain:
- Numbers
- Variables A, B, C a D
- Operators +, -, *, /, %, &, |, ^, !, &&, ||, ==, !=, <, >, <=, >=, <<, >>
- Brackets ( ).
- Functions floor, ceil, round
Enabled
Type Number
Enables or disables the command. If the value is 0, the command will not be executed.
PreWait
Type Number
Prodleva v milisekundách před provedením příkazu. Nemá žádný vliv je-li Enabled=0.
PostWait
Typ Number
Prodleva v milisekundách po provedení příkazu. Nemá žádný vliv je-li Enabled=0.
Výstupní parametry
ExpressionResult
Typ String
Výsledek zadaného výrazu.