| Author |
Message |
Topic: Suggestion for the tutorial in the help - script structure |
Piz
Replies: 4
Views: 246
|
Forum: Wish List Posted: Tue Apr 29, 2008 4:59 pm Subject: Suggestion for the tutorial in the help - script structure |
It still needs to be at the top of the script, but it can also be explicitly called via gosub.
The autoexecute section doesn't have to be at the top of the script. Any code found anywhere outside fun ... |
Topic: Offtopic thread |
Piz
Replies: 84
Views: 2311
|
Forum: General Chat Posted: Wed Apr 23, 2008 1:19 pm Subject: Offtopic thread |
| Turtles are kewl. |
Topic: Offtopic thread |
Piz
Replies: 84
Views: 2311
|
Forum: General Chat Posted: Tue Apr 22, 2008 6:13 pm Subject: Offtopic thread |
blah
Sez you. |
Topic: Improving Automation feature with On Event commands |
Piz
Replies: 8
Views: 479
|
Forum: Wish List Posted: Sat Apr 19, 2008 8:29 pm Subject: Improving Automation feature with On Event commands |
I like the idea as well. Some of them seem like they might be tough to implement, though. For example, how would On File handle network files?
I'm not sure even what On File would do exactly, but a ... |
Topic: Improving Automation feature with On Event commands |
Piz
Replies: 8
Views: 479
|
Forum: Wish List Posted: Fri Apr 18, 2008 1:39 pm Subject: Improving Automation feature with On Event commands |
| I really like this idea. It also reminded me of [url=http://www.autohotkey.com/forum/viewtopic.php?t=30918]something I've been meaning to request. |
Topic: Allow Functions in Addition to Labels for Timers, Etc. |
Piz
Replies: 6
Views: 336
|
Forum: Wish List Posted: Fri Apr 18, 2008 1:34 pm Subject: Allow Functions in Addition to Labels for Timers, Etc. |
| I would like to see the ability to use functions in addition to labels for setTimer and anywhere else labels can be specified as target code to be invoked, with a standard list of parameters that will ... |
Topic: Bug within IF |
Piz
Replies: 3
Views: 387
|
Forum: Ask for Help Posted: Thu Apr 17, 2008 1:30 pm Subject: Bug within IF |
This is the expected result; for non-expresson if statements the right hand side operator is a string. See FAQ:
ARRGH!
ARRGH indeed. That's why I always use parens in my IF statements. |
Topic: Moderators & Administrators |
Piz
Replies: 29
Views: 828
|
Forum: General Chat Posted: Wed Apr 16, 2008 5:24 pm Subject: Moderators & Administrators |
| I'll take a title if anyone's offering. Make it Most High Grand Exalted Poobah-for-Life. (The bold, italics, and color are required whenever it's used. If you like, write a hotstring to make things ea ... |
Topic: U3 for AHK? |
Piz
Replies: 5
Views: 196
|
Forum: General Chat Posted: Tue Apr 08, 2008 1:27 am Subject: U3 for AHK? |
Search is kind of...Well, I guess you could say specific. It won't search for anything under 3 length.
Ah, I should have thought of that, since it's a common thing on message boards and I use a lot o ... |
Topic: U3 for AHK? |
Piz
Replies: 5
Views: 196
|
Forum: General Chat Posted: Mon Apr 07, 2008 2:41 pm Subject: U3 for AHK? |
Yeah, I just found that, then saw yours when I came back here to say that I just found that.
Weird, though, that a search for "U3" turned up no matches, which is why I posted the ... |
Topic: A_ variables as setters (+ getters) to replace Set* commands |
Piz
Replies: 4
Views: 315
|
Forum: Wish List Posted: Mon Apr 07, 2008 2:18 pm Subject: A_ variables as setters (+ getters) to replace Set* commands |
| +1 |
Topic: U3 for AHK? |
Piz
Replies: 5
Views: 196
|
Forum: General Chat Posted: Mon Apr 07, 2008 2:09 pm Subject: U3 for AHK? |
| Has anyone explored the possibility of making AHK and/or it's scripts [url=http://www.u3.com/]U3 compatible? |
Topic: The Official quotespam thread |
Piz
Replies: 97
Views: 2859
|
Forum: General Chat Posted: Thu Apr 03, 2008 1:17 pm Subject: The Official quotespam thread |
| Why did the eggplant cross the road? |
Topic: LOCAL Syntax Change |
Piz
Replies: 2
Views: 242
|
Forum: Wish List Posted: Mon Mar 24, 2008 6:21 pm Subject: LOCAL Syntax Change |
This may breake any script:
b=2
t()
MsgBox %b%
t()
{
GLOBAL
LOCAL a := b := 1
}
In this example "a" would created as a "local" ... |
Topic: Is This Use of Brace Indentation Discouraged? |
Piz
Replies: 38
Views: 1043
|
Forum: General Chat Posted: Mon Mar 24, 2008 2:47 am Subject: Is This Use of Brace Indentation Discouraged? |
I can't stand OTB.
I agree. I find it much more difficult to read.
My rationale for the way I use braces and other block delimiters (such as BEGIN/END in Pascal - not that I've used Pascal lately ... |
| |