Operator: + (Addition) |
Top Previous Next |
The + operator adds two integer or floating-point numbers or strings together and returns the result.
Using the '+' operator is much easier and more efficient than using the strConcat() function. See example 2 below.
Example 1:
INCLUDE rtcu.inc
Example 2 :
INCLUDE rtcu.inc |