midgetmofia124 0 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? Share this post Link to post Share on other sites
Zedna 200 Posted December 17, 2006 $message = 10 Send(" http://exaple.com.php?messageid= " & $message) Resources UDF ResourcesEx UDF AutoIt Forum Search Share this post Link to post Share on other sites