| View previous topic :: View next topic |
| Author |
Message |
Sandler Guest
|
Posted: Tue Mar 01, 2005 8:22 pm Post subject: Macros |
|
|
Is there something like macros like in AutoIt?
@ScriptDir = <the dir where this file is>
@FileName = <the name this file is named>
@SystemDir = <users system dir C:\Windows\system\>
@Compiled = (1 if this file is complied, 0 if this file is not complied)
and so and so and so?
by the way...
how can i do this?
if <sometext> isin %somevar%
{
send, bla bla
}
example:
if a isin bac (true)
if b isin acd (false) |
|
| Back to top |
|
 |
jonny
Joined: 13 Nov 2004 Posts: 3004 Location: Minnesota
|
|
| Back to top |
|
 |
Titan
Joined: 11 Aug 2004 Posts: 5049 Location: imaginationland
|
Posted: Tue Mar 01, 2005 8:29 pm Post subject: Re: Macros |
|
|
| Sandler wrote: | if <sometext> isin %somevar%
{
send, bla bla
} | See: IfIn _________________
RegExReplace("irc.freenode.net/ahk", "^(?=(.(?=[\0-r\[]*((?<=\.).))))(?:[c-\x73]{2,8}(\S))+((2)|\b[^\2-]){2}\D++$", "$u3$1$3$4$2") |
|
| Back to top |
|
 |
Sandler Guest
|
Posted: Tue Mar 01, 2005 8:44 pm Post subject: |
|
|
gracias  |
|
| Back to top |
|
 |
|