I am making a list box with two input numbers, Run button, Clear button and Increment/Decrement button.
What i'm trying to get it to do is the user inputs a number into textbox1 and a number into textbox2, then clicks run. The numbers then display in ascending or descending order based on the Increment/Decrement button.
Could you guys help me out on coding it correctly? Thanks!!