I am in the process of creating a program with which to use as an inventory program and am using listboxes in order to enter the numbers. I am attempting to set it up with a function to multiply two numbers within the same listbox, and each time I try, I always make it so it just multiplies the first number by itself. How do I get two seperate numbers which I have entered into the listbox to multiply against eachother?