Hello everyone
I read many questions and answers about “sum of list” here.
But I still really don’t understand and can’t find out the answer.
I insert number to a list (for example : item 1 =1,item 2 =2, item 3 = 3, item 4 = 4 and more as mush as I want)
then I want to sum all of item. I expect result would be 10 (1+2+3+4)
But the result shows 01234 which I don’t want it to be mixed together like this.
Could someone help me please ?
Thank you in advance.
note the highlghted block below it shows how to convert a number in text form (we know it’s in text form because it came from a text input field) to a true number (internally) using the trick of adding zero to it.