Jump to content

Recommended Posts

Posted

Hello,

Can I do something similar as my PHP code on AutoIt?

$quotes[] = "A1";
$quotes[] = "B1";

srand ((double) microtime() * 1000000);
$random_quote = rand(0, count($quotes) - 1);
$random_quote = $quotes[$random_quote];

Thanks in advice.

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