AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Send all letters

 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help
View previous topic :: View next topic  
Author Message
0mega



Joined: 17 May 2007
Posts: 35

PostPosted: Sat Jun 28, 2008 7:17 pm    Post subject: Send all letters Reply with quote

I remember I saw 1 script what does that (Send all 255 letters)
But I don't remember what topic was it, so I'm asking help.
Back to top
View user's profile Send private message
John W



Joined: 09 Apr 2007
Posts: 169

PostPosted: Sat Jun 28, 2008 7:22 pm    Post subject: Reply with quote

Code:
Loop, 255
SendInput, % Chr(A_Index)

_________________
John
Inactive - Until AutoHotkey is available for Linux.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
0mega



Joined: 17 May 2007
Posts: 35

PostPosted: Sat Jun 28, 2008 7:27 pm    Post subject: Reply with quote

Thanks for quick answer.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group