Back to All

Arithemetic operator not taking more than two numbers

Hello,

I have a problem : All the arithmetic operators only work till I keep the number or the variable count to two.

[ADD [2,3]] : Gives me 5
[ADD [2,3,6 ]] : This also gives me 5

It is the same if I get the values of variables. It will add the first two and then completely ignore the rest. This is happening with all the operators.

Could someone help out? I have the free version. Is this a limitation?