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 

[1.0.33] [WinWait, WinWaitClose] Wrong syntax in help file

 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Bug Reports
View previous topic :: View next topic  
Author Message
[deXter]



Joined: 28 Nov 2004
Posts: 35

PostPosted: Sun May 15, 2005 7:16 am    Post subject: [1.0.33] [WinWait, WinWaitClose] Wrong syntax in help file Reply with quote

The syntax of WinWait and WinWaitClose are specified as:

Code:
WinWait, WinTitle, WinText, Seconds [, ExcludeTitle, ExcludeText]

Code:
WinWaitClose, WinTitle, WinText, Seconds [, ExcludeTitle, ExcludeText]



Shouldn't it be:

Code:
WinWait, WinTitle [, WinText, Seconds, ExcludeTitle, ExcludeText]

Code:
WinWaitClose [, WinTitle, WinText, Seconds, ExcludeTitle, ExcludeText]

?

Caught my eye cause the other Win* commands are in the above format..

Just something very trivial Smile
Back to top
View user's profile Send private message
Chris
Site Admin


Joined: 02 Mar 2004
Posts: 10480

PostPosted: Sun May 15, 2005 12:42 pm    Post subject: Reply with quote

I'm glad you caught that. It has been fixed.
Back to top
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Bug Reports 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