midgetmofia124 Posted December 17, 2006 Posted December 17, 2006 is it possible to use a $var in a send command. Example $message = 10 Send(" http://exaple.com.php?messageid= $message") is it possible to do this?
Zedna Posted December 17, 2006 Posted December 17, 2006 $message = 10 Send(" http://exaple.com.php?messageid= " & $message) Resources UDF ResourcesEx UDF AutoIt Forum Search
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