Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8034703
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T02:06:13+00:00 2026-06-05T02:06:13+00:00

i am a newbie to flash builder! i am trying to create an app

  • 0

i am a newbie to flash builder! i am trying to create an app for IOS, on my school project. the problem that i faced is: can i select a few items value from a text input field and to implement them in a new view where i use some formulas! text input will look like this example :
aaa 23
bbb 45
ccc 56
i need the aaa and ccc that i want to use on my formulas!
about my first question! on my main view i have 2 buttons : 1 – Manual 2 – Auto . on manual view i have fields aka:
aaa =
ccc= … and so on. in auto mode i was thinking of auto input method like this : to select the needed values for formulas from a text input area where the user will paste the text, for avoiding the manual input on each field.
PS:and can someone to tell me how correctly implement math simple formulas in flash builder, here i mean the syntax . like textinput1+textinput2/textinput3!?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-05T02:06:14+00:00Added an answer on June 5, 2026 at 2:06 am

    From what I understand, you have two questions…

    First, it doesn’t quite make sense to me but I think you are asking if you can do math on letters??? No. But maybe I am just not understanding the question.

    Second, you want to know how to do the math in ActionScript. Its fairly simple. Basic math functions are just like any other language. Take the string, convert it to a number then do your basic math:

    Number(textInput1) + Number(textInput2) = result;
    

    Using Number() will convert your string to a number so you can perform the math. Then, to display it, just convert your result back to a string:

    textResultField.text = result.toString();
    

    Or you could get fancy (AKA: harder to modify later) and do it all on one line:

    textResultField.text = (Number(textInput1) + Number(textInput2)).toString();
    

    Again, this will work for all BASIC math function (+, -, *, /). Really depends on what you are trying to do.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Newbie question here: I'm working with Flash Builder 4.5 on an Actionscript project. I've
I am newbie flash developer who is bidding for a project that aims to
I need to write a small Flash app that will need to extract a
I'm a bit newbie to Flash, and I'm experiencing strange problem. I have a
First of all, Flash/AS3 newbie here. I create a small animation with ActionScript (basically
im a newbie to flash,and i hav got this really weird problem.i have created
I am a newbie to Flex 3 and Flash remoting and I can't decide
(Sort of a newbie question from someone that is more accustomed to how Flash/ActionScript
I'm a newbie to flex and am building a flex 4.5 app that has
I am trying to do a basic tutorial like MXML Application on Flash Builder

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.