Jump to content

Recommended Posts

  • Developers
Posted

Hi there.....

I was wondering if it is possible to change a part of the script for what you write on one textbox :D:D

This question is not specific enough to be able to give a clear answer.

Jos

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Posted

This question is not specific enough to be able to give a clear answer.

Jos

for example:

there is a text box and you write "Hello" and send "Ok" (Button)

And it change a script:

Controlsend ( "Tibia", "", "", "HI")

To this:

Controlsend ( "Tibia", "", "", "Hello")
Posted (edited)

Store the string as a variable.

$string = "hi"
;click button here
$string = "hello"
ControlSend("Tibia", "", $string)
Edited by Hawkwing

The Wheel of Time turns, and Ages come and pass, leaving memories that become legend. Legend fades to myth, and even myth is long forgotten when the Age that gave it birth comes again.

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
×
×
  • Create New...