Jump to content

InputBox


Recommended Posts

Hi

I want to write a program that first starts a "InputBox" and then it writes the text, wich is beeing inserted at the InputBox, with the send function...

does anybody know how I insert a variable in the Send funktion???

Here the Script

$answer = InputBox("text","text","","",-1,-1,0,0)

sleep(1000)

send(&$answer&)

sleep(5000)

exit 0

Link to comment
Share on other sites

Hi

I want to write a program that first starts a "InputBox" and then it writes the text, wich is beeing inserted at the InputBox, with the send function...

does anybody know how I insert a variable in the Send funktion???

Here the Script

$answer = InputBox("text","text","","",-1,-1,0,0)

sleep(1000)

send(&$answer&)

sleep(5000)

exit 0

Should just be Send($answer)


Time you enjoyed wasting is not wasted time ......T.S. Elliot
Suspense is worse than disappointment................Robert Burns
God help the man who won't help himself, because no-one else will...........My Grandmother

Link to comment
Share on other sites

bigdod wouldnt u need a guictrlread to read the input box?

No InputBox does not need it, see below

$answer = InputBox("text","text","","",-1,-1,0,0)
sleep(1000)
MsgBox(0,"answer",$answer)


Time you enjoyed wasting is not wasted time ......T.S. Elliot
Suspense is worse than disappointment................Robert Burns
God help the man who won't help himself, because no-one else will...........My Grandmother

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...