How to perform calculations in list

In My list I have some data I need the total of all the data from that list.

List Example: {123.12,234.2,23.9}

Hey!

Try this:

theList.Sum(function(x) x)

Regards,
NaNi

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.