Expressions are created using constants, variables, functions calls, and operators. The evaluation of an expression always results in a value.
Example 14$value = Num($amount) – 1;
Example 15$fullName = $firstName + "-" + $surName;
Example 16 if (Num($cost) < 100)
{
$value = Num($amount) – 1;
}
OpenText StreamServe 5.6.2 | Updated: 2018-01-26 |