I am working on a cash register application for my intro to VB.Net course and I have every thing working fine except for the clear button. What I want is for the labels that had the subtotal, tax, discount and total to be set to 0.00 and clear the stored numbers from the previous calculations. Setting the result label for each to equal nothing clears the visual number but keeps it in the memory and when I enter more numbers the app just adds to the first totals. Any help will be greatly appreciated.