Opened on Oct 26, 2009 at 7:25:53 PM
Closed on Oct 30, 2009 at 4:14:51 PM
Last modified on Oct 30, 2009 at 5:10:31 PM
#1249 closed Bug (Fixed)
Beta documentation errors
| Reported by: | Tweaky | Owned by: | |
|---|---|---|---|
| Milestone: | 3.3.1.5 | Component: | AutoIt |
| Version: | 3.3.1.4 | Severity: | None |
| Keywords: | Cc: |
Description
Errors in the help file for 3.3.1.4 beta
Attachments (5)
Change History (11)
by , on Oct 26, 2009 at 7:26:49 PM
| Attachment: | 15 errors 3.3.1.4 beta - miscellaneous.txt added |
|---|
by , on Oct 26, 2009 at 7:30:19 PM
| Attachment: | 13 errors 3.3.1.4 Beta - related.txt added |
|---|
by , on Oct 26, 2009 at 7:32:55 PM
| Attachment: | 14 errors 3.3.1.4 beta - optional is missing.txt added |
|---|
by , on Oct 26, 2009 at 7:33:56 PM
| Attachment: | 15 errors 3.3.1.4 beta - miscellaneous2.txt added |
|---|
comment:2 by , on Oct 27, 2009 at 6:35:23 AM
v3.3.1.3+
User Defined Function Reference,
_GUICtrlStatusBar_GetBorders,
! text in 'Return Value' section is pressed up against the right side.
User Defined Function Reference,
_GUICtrlStatusBar_GetText
'Failure: @set @error'
? '@set'
v3.3.0.0+
Misc. functions Reference,
Call,
A special array can be passed in lieu of individual parameters.
? lieu
comment:3 by , on Oct 27, 2009 at 7:28:55 AM
v3.3.1.4
Keyword Reference
Dim / Global / Local / Const
Parameters
subscript: The number of elements to create for the array dimension, indexed 0 to n-1.
-> indexed 1 to n
Keyword Reference
Static
Parameters
subscript: The number of elements to create for the array dimension, indexed 0 to n-1.
-> indexed 1 to n.
by , on Oct 28, 2009 at 7:49:51 PM
| Attachment: | errors 3.3.1.5 beta doc.txt.zip added |
|---|
comment:4 by , on Oct 28, 2009 at 7:50:13 PM
there is no bug in the post from anonymous2 the index really go from 0 to n-1
the "in lieu" came from Valik in 3.1.1.103
back to Tweaky I fix all errors except the attached one with a slight modification of your script to handle the pb I post in the forum
I cannot understand why the 3 first are failing
comment:5 by , on Oct 30, 2009 at 4:14:51 PM
| Milestone: | → 3.3.1.5 |
|---|---|
| Resolution: | → Fixed |
| Status: | new → closed |
Tweaky, please don't create any more tickets for output from your script. Over the next day or two I'm going to integrate your script into our build process as something we will be able to run periodically. I imagine I'll be in touch here with questions, commments or changes to your script.
Closing this as it seems done or close enough.

I have improve the script.
The newest version is here
http://www.autoitscript.com/forum/index.php?showtopic=102380&st=0#entry726941
PS: Now you can check the links in the helpfile (activate $21)