AS3
hmm…
I have a couple user text fields that are numbers as text (ex 102 F).
I need to calculate the diff of the two fields (ex: 102F - 100F = 2F) but am having trouble converting the text to numbers and then back again, as I want to display the answer in a dynamic text box as a number. I think I need to convert to a string but am not sure I am going about it in the right way.
I have searched the forums but have found nothing to guide me in the right direction.
Any suggestions would be appreciated.