Daywap Posted April 2, 2012 Posted April 2, 2012 That's my code: #Include <FF.au3> $test = Random(1000,18000) _FFConnect() _FFOpenURL("http://google.com/String($test)") How to make it work? I tried with .' or ". and I can't make. Any help would be great.
JohnOne Posted April 2, 2012 Posted April 2, 2012 _FFOpenURL("http://google.com/" & String($test)) AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now