Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

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

Explorer ,
Apr 07, 2018 Apr 07, 2018

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

TOPICS
ActionScript
335
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Apr 09, 2018 Apr 09, 2018
LATEST

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"

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines