#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)
Changed 15 years ago by Tweaky
Changed 15 years ago by Tweaky
Changed 15 years ago by Tweaky
Changed 15 years ago by Tweaky
comment:1 Changed 15 years ago by Tweaky
comment:2 Changed 15 years ago by anonymous
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 Changed 15 years ago by anonymous2
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.
Changed 15 years ago by Jpm
comment:4 Changed 15 years ago by Jpm
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 Changed 15 years ago by Valik
- Milestone set to 3.3.1.5
- Resolution set to Fixed
- Status changed from new to 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.
comment:6 Changed 15 years ago by Tweaky
I think this is OK.
I have answer you in the thread
Guidelines for posting comments:
- You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
- In-depth discussions should take place on the forum.
For more information see the full version of the ticket guidelines here.
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)