Skip to main content
Known Participant
April 7, 2018
Question

How do i do a simple calculation on a text input box

  • April 7, 2018
  • 1 reply
  • 357 views

ive got a text box input that holds a numeric value, and want to divide the input text field by a number and sent that number to numerous text input fields and keep the nemeric value in them until the numeric value being divided changes, and also would like to keep a second text input as an identical figure that was used to be divided and the value result aswell after being divided that will will be duplicated again to a second text input box that does not change if the numeric number entered is changed and that a another duplicated copy of the figures is made underneath the text input field.

Similar to a previous question, but this one has a calculation.using AS 2.0

This topic has been closed for replies.

1 reply

Known Participant
April 9, 2018

if i have text input box called "input" and want it to be divided by another text input field called " input2" when i press a button called "answer" and to display the answer in an text input called " input3"