Jump to content

It is possible to do this?


Harmonful
 Share

Recommended Posts

  • Developers

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

Link to comment
Share on other sites

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.

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