Monday, February 6, 2012

I created a ListBox, where a number is placed into the list one by one, now I need to get the total addition of all the number. (For example if I inserted a 3 and a 2, how do I get the 5 as a result?) How do I go about doing so?|||You just need to look through the list box.items

So

For I as int =0 to list box.items.count
Add the number up to a variable
Loop

火车采集器

No comments:

Post a Comment