 |
AutoHotkey Community Let's help each other out
|
| View previous topic :: View next topic |
| Author |
Message |
Sergio
Joined: 16 Mar 2008 Posts: 25 Location: Brooklyn
|
Posted: Mon May 05, 2008 4:01 pm Post subject: Removing Exclamation marks (!) from scripts |
|
|
I know that I can remove enter keys and spaces from scripts using the following code.
| Quote: | | StringReplace, clipboard, clipboard, `r`n, , All |
How can I edit this code to remove exclamation marks as well? Also, is there an index available so that I know which key equates to which code? _________________
 |
|
| Back to top |
|
 |
Oberon
Joined: 18 Feb 2008 Posts: 458
|
Posted: Mon May 05, 2008 6:33 pm Post subject: |
|
|
| You can use ! literally since it is not an escape sequence, i.e. StringReplace, clipboard, clipboard, !, , All |
|
| Back to top |
|
 |
|
|
You can post new topics in this forum You can reply to topics in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|