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 

Putting a "!" in text

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





PostPosted: Tue Feb 22, 2005 10:49 am    Post subject: Putting a "!" in text Reply with quote

Hi!

I want to put an "!" in a text, for example "::h::Hallo!{Return}". When I do it like the example, I can not print the "!". How can I do this?

Regards Gerd
Back to top
SanskritFritz



Joined: 17 Feb 2005
Posts: 283
Location: Hungary, Budapest

PostPosted: Tue Feb 22, 2005 11:14 am    Post subject: Reply with quote

One option:
Code:
::h::
   SendRaw Hallo!
   Send {Return}
   Return

_________________
Is there another word for synonym?
Back to top
View user's profile Send private message
SanskritFritz



Joined: 17 Feb 2005
Posts: 283
Location: Hungary, Budapest

PostPosted: Tue Feb 22, 2005 11:20 am    Post subject: Reply with quote

Another option:
Code:
::h::Hallo{!}{Return}

_________________
Is there another word for synonym?
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