YoseMite Posted August 27, 2005 Posted August 27, 2005 Ey,I have 3 n00b questions... question 1:Enter = {ENTER}Tab = {TAB}But what's the 'space' function? question 2:I use this code:Send("Hello world") Send("{ENTER}") Send("Hi!")Now I want this replay 10 times...(White a loop function?) question 3:I have this:$number = 1Now I every time want +1.En Send() this.Can anyone help me plz? :"> Thx,YoseMite
w0uter Posted August 27, 2005 Posted August 27, 2005 for gods sake read the helpfile. My UDF's:;mem stuff_Mem;ftp stuff_FTP ( OLD );inet stuff_INetGetSource ( OLD )_INetGetImage _INetBrowse ( Collection )_EncodeUrl_NetStat_Google;random stuff_iPixelSearch_DiceRoll
YoseMite Posted August 27, 2005 Author Posted August 27, 2005 Yeah I now... Question 2 and 3 can I find... But question 1...
w0uter Posted August 27, 2005 Posted August 27, 2005 (edited) appendix > send key list ugh... Edited August 27, 2005 by w0uter My UDF's:;mem stuff_Mem;ftp stuff_FTP ( OLD );inet stuff_INetGetSource ( OLD )_INetGetImage _INetBrowse ( Collection )_EncodeUrl_NetStat_Google;random stuff_iPixelSearch_DiceRoll
herewasplato Posted August 27, 2005 Posted August 27, 2005 help file, search tab, type space press List Topics double click on Select Send Key list [size="1"][font="Arial"].[u].[/u][/font][/size]
therks Posted August 27, 2005 Posted August 27, 2005 (edited) The space function?? Send(" ") ??? *Edit: I know the keyword as well, but wouldn't this also work? It boggles me that people can't figure these things out intuitively. I mean, if Enter = {ENTER} and Tab = {TAB}, then gee duh, what do you think Space might be? Edited August 27, 2005 by Saunders My AutoIt Stuff | My Github
B3TA_SCR1PT3R Posted August 28, 2005 Posted August 28, 2005 for gods sake read the helpfile.<{POST_SNAPBACK}>BURNNNNNNNNNNNNNNNNNNNNNNNNNNN [right][font="Courier New"]...Run these streets all day, I can sleep when I die.[/font] [/right]
LxP Posted August 28, 2005 Posted August 28, 2005 BURNNNNNNNNNNNNNNNNNNNNNNNNNNNYou know, that gets so old after about five times. Might be time to give it a rest.
The Kandie Man Posted August 28, 2005 Posted August 28, 2005 (edited) I know he should read the help file, but he is totally lost. Space = {Space} Also, i looked at your other question and wrote a script for it: $i = 0 sleep(2000);gives you two seconds to select the window you want it to type text into While $i<10; if $i is = to 10 then it is on the 11th loop and it exits the loop Send("Hello world") Send("{ENTER}") Send("Hi{!}"); I noticed that you did not put brackets around the ! Send("{ENTER}") $i = $i + 1 wend This is what i think you were looking for. Edited August 28, 2005 by The Kandie Man "So man has sown the wind and reaped the world. Perhaps in the next few hours there will no remembrance of the past and no hope for the future that might have been." & _"All the works of man will be consumed in the great fire after which he was created." & _"And if there is a future for man, insensitive as he is, proud and defiant in his pursuit of power, let him resolve to live it lovingly, for he knows well how to do so." & _"Then he may say once more, 'Truly the light is sweet, and what a pleasant thing it is for the eyes to see the sun.'" - The Day the Earth Caught Fire
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