Hi All
Im creating a financial ratio calculator project. After calculating ratios there is a button that gives the users the option to perform another ratio calculation...
Initially i used this:
controlname.text = ""
but then that is not effective, because when try to calculate ratios still in the same session, i dont not get the required results, all i get is empty fields, because of that empty string i used...
Any help on how to complish this??
Thanks in advance...