Stephen89 Posted November 12, 2010 Share Posted November 12, 2010 how to send # key as a string coz i want my script to press enter first then send " #hello " then press enter again then loop... it wont work it keeps calling the windows button even if i put "{#}hello" Link to comment Share on other sites More sharing options...
PsaltyDS Posted November 12, 2010 Share Posted November 12, 2010 (edited) Dog ate your help file? Check out the "raw" flag parameter of Send() and ControlSend() in the help file. Edited November 12, 2010 by PsaltyDS Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law Link to comment Share on other sites More sharing options...
Kalin Posted November 12, 2010 Share Posted November 12, 2010 Dog ate your help file?Check out the "raw" flag parameter of Send() and ControlSend() in the help file.k, that quote is starting to get annoying. Link to comment Share on other sites More sharing options...
Stephen89 Posted November 12, 2010 Author Share Posted November 12, 2010 Dog ate your help file?Check out the "raw" flag parameter of Send() and ControlSend() in the help file.ofcourse i did that..... it just wont work sending a raw key # will send 3 instead... so it will send 3hello instead of #hello... please try to put a helpful comment not just posting the help file... I'm here to learn and if sometimes i can't understand the help file, i try to ask and learn. Link to comment Share on other sites More sharing options...
Developers Jos Posted November 12, 2010 Developers Share Posted November 12, 2010 k, that quote is starting to get annoying. you think so?You what is annoying? people like you commenting like this. SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past. Link to comment Share on other sites More sharing options...
PsaltyDS Posted November 12, 2010 Share Posted November 12, 2010 k, that quote is starting to get annoying.What alternative do you prefer:Escaped micro singularity from the LHC ate your help file?Oprah on a binge ate your help file?One of four thousand potholes in Blackburn, Lancashire ate your help file?Yo' mamma ate your help file?"Medical" marijuana make you forget where you put your help file?Zero-day Trojan ate your help file? Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law Link to comment Share on other sites More sharing options...
Developers Jos Posted November 12, 2010 Developers Share Posted November 12, 2010 (edited) ofcourse i did that..... it just wont work sending a raw key # will send 3 instead... so it will send 3hello instead of #hello... please try to put a helpful comment not just posting the help file... I'm here to learn and if sometimes i can't understand the help file, i try to ask and learn.This is a known issue with ControlSend() which I assume you use since Send() will likely work? By the way.. when you would have posted enough information in your original request you wouldn't have seen the comment about the helpfile.I see this way too often that a one liner question is posted without any effort to explain what was done or example posted and we are expected to give a more serious answer.Jos Edited November 12, 2010 by Jos SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past. Link to comment Share on other sites More sharing options...
PsaltyDS Posted November 12, 2010 Share Posted November 12, 2010 ofcourse i did that..... it just wont work sending a raw key # will send 3 instead...Really? You tried the raw flag, and it sent a 3 instead of a literal pound sign?I call BS* on that one. *Bovine Scat! Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law Link to comment Share on other sites More sharing options...
ZacUSNYR Posted November 12, 2010 Share Posted November 12, 2010 Really? You tried the raw flag, and it sent a 3 instead of a literal pound sign?I call BS* on that one. *Bovine Scat!Send("#Hello",1) outputs #Hello for me.Send("{LSHIFT down}3{LSHIFT up}Hello") Also outputs #Hello for me. Link to comment Share on other sites More sharing options...
Kalin Posted November 13, 2010 Share Posted November 13, 2010 you think so?You what is annoying? people like you commenting like this.Um, I said that because he uses that quote frequently when someone asks for help on a topic that can be found in the helpfile.And I'm sure I don't care what you find annoying, reguardless of your ranking. Link to comment Share on other sites More sharing options...
Kalin Posted November 13, 2010 Share Posted November 13, 2010 What alternative do you prefer:Escaped micro singularity from the LHC ate your help file?Oprah on a binge ate your help file?One of four thousand potholes in Blackburn, Lancashire ate your help file?Yo' mamma ate your help file?"Medical" marijuana make you forget where you put your help file?Zero-day Trojan ate your help file?Eh, if the helpfile joke floats your boat, then stick with the original. Link to comment Share on other sites More sharing options...
Developers Jos Posted November 14, 2010 Developers Share Posted November 14, 2010 Um, I said that because he uses that quote frequently when someone asks for help on a topic that can be found in the helpfile.And I'm sure I don't care what you find annoying, reguardless of your ranking.Understood that this is your opinion and gave you my opinion which doesn't agree with yours.So, Lets agree to disagree BUT there is nothing wrong with telling people to open up the helpfile when the question asked could have been easily found there.Jos SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past. 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