Jump to content

insert variable window


Recommended Posts

is there anyway of the script ask for the user to insert a variable on a windows?

ie:

i start the ai program and it popup a window with: "Please insert the current data:"

then i'd like to place that awser into a $data1 variable

any idea, masters?

Link to comment
Share on other sites

great... ty...

if i want to confirm that in anoher popup like:

you inserted data = xxx ($data)

is that correct?

Yes / no

is it possible too?

Like this:
While 1
    $variable = InputBox("title", "I ask for XXX data:")
    If MsgBox(32 + 4, "Verify", "You entered: " & $variable & @CRLF & _
            "Is this correct?") = 6 Then ExitLoop
WEnd

MsgBox(64, "Selected", "Selected value was: " & $variable)

:)

Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...