I have a Listbox with different numbers that can be added at any time through a TEdit.
How can I take each item from the listbox and just simply add them to get a Total Amount.
For example.. Say My Listbox looks like this:
14.00
2.00
7.00
13.00
how do I add those 4 numbers together? It has to be in a way so that if I add a Fifth item, it'll include that too.
Please help!
Thank you.