Hello, I have a till system that calculates the change for a small business that I am working on for my A-Level.
Once an order has been completed I have a button that takes you back to the start of the order process and attemps to clear the dynamic text fields that contain the cost of the order, and the numbers inputted into the calculator. I have used the code txt.text = ""; to try and reset them, but it only makes the text invisible and remains until another cost is entered, while the number inputted to the calculator remains regardless.
Can anybody find out why and how to fix it thanks?