Expressions |
DEVELOPER |
An expression is a symbol or a group of symbols that PROIV can evaluate. These symbols can be constants, variables, or operations.
Expressions can also be combinations of constants, variables, and operations, separated by operators.
The following types of expression are available within PROIV:
Expression Type |
Description |
Combines arithmetic operators and numeric values to give a numeric value. |
|
Combines logical operators and relational expressions to give a Boolean value (true or false). |
|
Combines relational operators and constants, variables or expressions, to give a Boolean value (true or false). |
|
Combines string operators and alphanumeric or wide values to give a string value. |
Topic ID: 520006