Taking a visual basic class and very new to it. I got the calculation to show up, but the old number still remains. Whats the code to remove the old number and replace it with new number in a text box using a one dimension array
txtReport.Text = txtReport.Text & int1 * intRate (for...