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