Tyron Posted April 30, 2007 Share Posted April 30, 2007 How would one print a grabbed value say from the environment variable or registry and print or type it out using a senykey command? i only managed to display the first character ... eg: using " Send("{" & EnvGet("USERNAME")& "}") " i could only send the first letter... any idea on how to get eh whole string to be displayed? Thanks! Ty Link to comment Share on other sites More sharing options...
Shevilie Posted April 30, 2007 Share Posted April 30, 2007 Send("{{}" & EnvGet("USERNAME") & "{}}")Have a look here for more special chars Send() Start here if you are new Valuater's AutoIT 1-2-3Looking for an UDF - Look hereDo you need to do it twice - Autoit Link to comment Share on other sites More sharing options...
Tyron Posted April 30, 2007 Author Share Posted April 30, 2007 Sweet.. thanks!! solved my headaches!! i did go thru the help file.. must have skipped the brackets part i guess... Link to comment Share on other sites More sharing options...
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