this may seem basic but i'm a beginner...i'm writing a program and i need to calculate costs of items which i store into a table and an array.....is there any property or preocedure i could call to enable me to read and add consecutively a set of real numbers in one column in a table....
e.g
item_number//////////////price
1 8.99
2 2.69
3 5.52
i want to beable to add all the prices on a button click to get a total value....
any help no matter how little would be aprreciated...