Hi i’m having a bit of an issue and i can’t t see where i’m going wrong. i have a set of text boxes which are set to take in a decimal number. and a button to carry out a tasks.
when i click the button the values in the textboxes should be convert to decimal numbers and then the results should be shown.
When i assign a decinal value to my integers in the code my code works however when i try and use the values if the text boxes it doe snot calculate anything at all.
local zmax = todecimal(ImpedanceAirResonancetextBox.text)
this however does not appear to place any value into zmax
any advise would be appriciated.
thanks dave