| View previous topic :: View next topic |
| Author |
Message |
WhiteCloud
Joined: 19 Jun 2004 Posts: 68
|
Posted: Sun Jun 27, 2004 4:28 am Post subject: Escape sequences -- clarity needed |
|
|
In the help file:
"Command Reference
#EscapeChar (and discussion of escape sequences) "
it doesn't mention the sequence `;
are there others it's missing?
will i ever need a `> or `/ ?
Thanks _________________ AHK = Hella fun |
|
| Back to top |
|
 |
Chris Site Admin
Joined: 02 Mar 2004 Posts: 10463
|
Posted: Sun Jun 27, 2004 12:22 pm Post subject: |
|
|
Thanks for picking up on that. I changed it, noting that "It's necessary to escape semicolons only if they have a space or tab to their left."
I checked and did not see any others missing.
| Quote: | | will i ever need a `> or `/ |
No because those characters have no special meaning in the syntax so are always treated literally. |
|
| Back to top |
|
 |
|