Hi all, hopefully someone may be able to help me out here. Is there anyway I can take a sequence of numbers and add them together? For example say i have this sequence [1,0,2], what i want to do is basically add each number so in this case the final result would be 3.
Any help or suggestions on which methods i could use to achieve such a result would be greatly apreciated :cool:
CelestialDog