Orgins Posted October 23, 2006 Posted October 23, 2006 Can you send a var? $Var = ThisSTuff Send ("$Var") Or Send ("{$Var}") Or how? I'm a newbie.Sorry if I don't reposed to your replays very fast.
PaulIA Posted October 23, 2006 Posted October 23, 2006 (edited) $Var = "Hello" Send($Var)oÝ÷ ÚÚºÚ"µÍÌÍÕH ][ÝÞÑ[I][ÝÂÙ[ ÌÍÕEdit: Fixed typo Edited October 23, 2006 by PaulIA Auto3Lib: A library of over 1200 functions for AutoIt
Helge Posted October 23, 2006 Posted October 23, 2006 Quotes belongs around strings, and if quotes are used around variables they simple become a string. $Var = "ThisSTuff" Send ($Var)
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