Timeline



Apr 7, 2017:

4:43 AM Ticket #1303 (script to replace the @ScriptLineNumbe) updated by anonymous

Apr 6, 2017:

1:23 PM Ticket #3543 (New example script for "Ternary" operator's help page) updated by Melba23
What is wrong with the current example? Why do we need another one? M23

Apr 5, 2017:

4:49 PM Ticket #3543 (New example script for "Ternary" operator's help page) created by TheDcoder <TheDcoder@…>
Hello, I would like to propose a new example which can be added to the …

Apr 3, 2017:

5:43 AM Ticket #3540 (Implement optional ByRef parameters for functions) updated by TheDcoder <TheDcoder@…>
All discussion related to this ticket can be found at the thread which I created at the forum.

Mar 30, 2017:

6:28 PM Ticket #3542 (IniReadSectionNames string truncated) closed by Melba23
No Bug: No bug - the ini standard uses [ ] to define a section name, so having additional characters of that type is not permitted. You will have to modify any ini file that uses additional such characters to escape them - I have showed how in this thread: https://www.autoitscript.com/forum/topic/187778-inireadsectionnames-problem-solved/ M23
1:51 PM Ticket #3542 (IniReadSectionNames string truncated) created by rootx
[…]

Mar 29, 2017:

12:25 PM Ticket #3541 (Typo in _WinAPI_DragQueryFileEx sample code) created by anonymous
Tiny typo in the sample codes used in the help for these funcs …

Mar 21, 2017:

7:22 AM Ticket #3536 (Almost all version queries with _WinAPI_GetVersion in ...) closed by J-Paul Mesnage
Fixed: Fixed by revision [11845] in version: 3.3.15.1
7:21 AM Ticket #3536 (Almost all version queries with _WinAPI_GetVersion in ...) updated by J-Paul Mesnage
As the function is returning a number I will change it from string to a real number

Mar 16, 2017:

7:39 AM Ticket #3540 (Implement optional ByRef parameters for functions) updated by TheDcoder <TheDcoder@…>
Ticket #3538 can be completed if this feature request was accepted!
7:38 AM Ticket #3538 (Make ByRef parameters for _PathSplit optional) updated by TheDcoder <TheDcoder@…>
I have just opened Ticket #3540: "Implement optional ByRef parameters for functions" I thought it might relevant to reference it here :)
7:36 AM Ticket #3540 (Implement optional ByRef parameters for functions) created by TheDcoder <TheDcoder@…>
Hello, I know that this had been already bought up in ticket #2360 but …
7:19 AM Ticket #3538 (Make ByRef parameters for _PathSplit optional) updated by TheDcoder <TheDcoder@…>
Ah! I just remembered that we cannot have optional ByRef parameters :( I think I have found another "thing" which is very frustrating, this code won't work because of AU3Check's error: _PathSplit(@ScriptFullPath, "", "", "", "") Am I in a situation where I must be using some dummy variables for those 4 parameters? :-/

Mar 15, 2017:

9:39 AM Ticket #3538 (Make ByRef parameters for _PathSplit optional) updated by Melba23
I understand, but all my testing shows that you cannot have optional ByRef parameters - which is quite reasonable seeing as the whole point is to alter the external parameter from within the function. M23
3:38 AM Ticket #3538 (Make ByRef parameters for _PathSplit optional) updated by TheDcoder <TheDcoder@…>
No M23, I am not asking to remove the ByRef parameters, but to make them optional so we can do this: _PathSplit(@ScriptFullPath). I hope that you understand :)
Note: See TracTimeline for information about the timeline view.