Please enable JavaScript to view this site.

 

Navigation: Macros > Macro Language > Operators

Addition or Plus Operator (+)

Scroll Prev Up Next More

The addition operator (+) works the expected way for integers/dates and strings.

nTen = 6 + 3 + 1
nTomorrow = Today() + 1
sMyName = 'Olivier' + ' ' + 'Beltrami'

The + operator is not defined for the boolean data type.

 


Topic 121700, last updated on 23-Apr-2020