Jump to content

How to send random words?


Recommended Posts

Hi, is there any way to make autoit send out random words? Thank you.

Yes. Put those words, into a array (or a txt document, containing the random words, separated by a "|" or something similar. Now read it, then string split, the read file, by the separator char. Now just call it like this:

$array[Random (1, Ubound($array)-1)]
Link to comment
Share on other sites

Hi, is there any way to make autoit send out random words? Thank you.

I'm thinking more like this.

Send("testing testing testing" X) <---- where the X is a 6 digit number thats random. Is that possible? Please help me

First a random word then a random number??? :)

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