Jump to content

Recommended Posts

Posted

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)]
Posted

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

Posted (edited)

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

They were just a couple of random posts :-)

Edit: Grammmmarrrr

Edited by herewasplato

[size="1"][font="Arial"].[u].[/u][/font][/size]

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
  • Recently Browsing   0 members

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