Timeline
07/14/15:
- 20:54 Ticket #3080 (ArraySwap: Parameters clarification) created by
- Existing: $iStart [optional] Index in row/column to start swap (2D …
- 20:44 Ticket #3079 (_StringInsert(): add Remark for clarity) created by
- As the help is now, it is not clear whether the string is inserted …
- 19:53 Ticket #3078 (bug in _ArrayUnique) created by
- […] reproduser: […]
- 17:25 Ticket #3077 (Update online beta documentation) closed by
- Fixed: Fixed
- 16:26 Ticket #3077 (Update online beta documentation) created by
- Update online beta documentation here: …
- 16:15 Ticket #3076 (Track Default Au3 Version) closed by
- Fixed: Thanks
- 15:27 Ticket #3076 (Track Default Au3 Version) created by
- Track Default Au3 Version is still set to 3.3.12.0 Please set it to …
- 15:22 Milestone 3.3.15.0 completed
- 14:35 Ticket #3075 (_WinAPI_WaitForSingleObject - TimeOut parameters description) closed by
- Fixed: Fixed by revision [11413] in version: 3.3.15.0
- 14:28 Ticket #3074 (Regwrite can't write a big lenght in binary.) closed by
- No Bug: In fact you can but the max input length seems to limit you. Just split the Hex value in smaller piece and use the concatenation. Binary("0x..." & _ "..." & _ ... "...")
- 13:32 Ticket #3075 (_WinAPI_WaitForSingleObject - TimeOut parameters description) created by
- in _WinAPI_WaitForSingleObject there is such a description: […] …
- 12:04 Ticket #2892 (GUICtrlSetData on dummy control - AutoIt bug or Document Incorrect?) closed by
- Fixed: Fixed by revision [11411] in version: 3.3.15.0
- 12:02 Ticket #2869 (GUICtrlSetTip displays wrong tip message in child GUI when tabs used ...) closed by
- Fixed: Fixed by revision [11410] in version: 3.3.15.0
- 11:59 Ticket #2916 (GUISetCoord() and GUICtrlCreatePic()) closed by
- Fixed: Fixed by revision [11409] in version: 3.3.15.0
- 11:57 Ticket #2945 (Center and right justified text broken on native buttons when colours set) closed by
- Fixed: Fixed by revision [11408] in version: 3.3.15.0
- 11:51 Ticket #2899 (WinGetHandle("LAST") : document unclear and @error bug) closed by
- Fixed: Fixed by revision [11407] in version: 3.3.15.0
- 11:47 Ticket #3009 (MouseGetCursor for HAND) closed by
- Fixed: Fixed by revision [11406] in version: 3.3.15.0
- 11:18 Ticket #3074 (Regwrite can't write a big lenght in binary.) created by
- Regwrite can't write a very big lenght in binary. I want to …
- 11:09 Ticket #2997 (Bug in PCRE) closed by
- Fixed: Fixed by revision [11405] in version: 3.3.15.0
07/13/15:
- 19:44 Ticket #3072 (AutoIt3Help.exe crash at begining of script) closed by
- Fixed: Fixed by revision [11399] in version: 3.3.15.0
- 15:12 Ticket #3071 (4th example in Random() can be removed) closed by
- Completed: Removed by revision [11395] in version: 3.3.15.0
- 11:11 Ticket #3072 (AutoIt3Help.exe crash at begining of script) created by
- At top of my script I have: […] When I try to use CTRL+F1 in …
- 09:47 Ticket #3071 (4th example in Random() can be removed) created by
- As now the value will be returned without @error being set
07/12/15:
- 12:36 Ticket #3070 (F1 not opening AutoIt help) closed by
- No Bug
- 12:30 Ticket #3069 (Missing "AutoItConstants.au3" in "AutoIt Constants include files" help page) closed by
- Fixed: Fixed by revision [11390] in version: 3.3.15.0
- 11:53 Ticket #3070 (F1 not opening AutoIt help) created by
- F1 is not opening the function documentation instead it opens windows …
- 10:49 Ticket #3069 (Missing "AutoItConstants.au3" in "AutoIt Constants include files" help page) created by
- Missing "AutoItConstants.au3" which was added in the new stable …
- 09:42 Ticket #3068 (Documentation fix: Switch) closed by
- Fixed: Fixed by revision [11387] in version: 3.3.15.0
07/11/15:
- 13:32 Ticket #3068 (Documentation fix: Switch) created by
- "If no cases match the Switch value, then the Case Else section, if …
07/10/15:
- 17:43 WikiStart edited by
- (diff)
- 17:42 WikiStart edited by
- (diff)
- 17:41 WikiStart edited by
- (diff)
- 10:39 Milestone 3.3.14.0 completed
07/09/15:
- 06:43 Ticket #2989 (@OSVersion And Windows 10) closed by
- Completed: This is set to complete for the part where WIN_10 was added to @OSVersion macro.
07/08/15:
- 20:22 Ticket #3067 (1 line If...Else Statement) closed by
- Rejected: Use Ternary when you need a oneliner. Jos
- 18:38 Ticket #3049 (Cross-referencing to assist in finding UDFs in the help) closed by
- Rejected: The help file is autogenerated, so your proposal is not possible. Thanks anyway.
- 17:39 Ticket #3063 (Typo in WinAPISys.au3) closed by
- Fixed: Fixed by revision [11354] in version: 3.3.13.22
- 17:28 Ticket #2902 (Incorrect GUI Scrolling when GUI is resizeable) closed by
- Wont Fix
- 17:26 Ticket #3060 ("Function notes" in helpfile - remarks about @extended) closed by
- Rejected: I agree with jpm.
- 17:24 Ticket #3046 (Obj/COM Reference: typos) closed by
- Fixed: Fixed by revision [11353] in version: 3.3.13.22
- 17:03 Ticket #3047 (_MathCheckDiv: Purpose inaccurate) closed by
- Fixed: Fixed by revision [11351] in version: 3.3.13.22
- 11:46 Milestone 3.3.13.21 completed
- 11:21 Ticket #2901 (Text file as a binary) closed by
- Fixed: Fixed by revision [11344] in version: 3.3.13.21
07/07/15:
- 17:43 Ticket #3066 (_Crypt_EncryptFile - creating 1 kb file with wrong decryption password.) closed by
- Rejected: Please do not open another bug ticket, but rather try convincing us in the forum that this really is a bug. So I am closing this report and don't open yet another one. We will re-open the first one in case we are in agreement that this really is a bug. Jos
- 15:20 Ticket #3067 (1 line If...Else Statement) created by
- Ability to run a 1 line If...Else statement like this: […]
- 07:21 Ticket #3066 (_Crypt_EncryptFile - creating 1 kb file with wrong decryption password.) created by
- Since my last ticket was closed, without even asking me to provide …
07/06/15:
- 18:26 Ticket #3065 (_Crypt_EncryptFile BUG - creating 1 kb file with wrong decryption password.) closed by
- No Bug: Your claim doesn't make any sense. Closing as "No bug".
- 13:37 Ticket #3065 (_Crypt_EncryptFile BUG - creating 1 kb file with wrong decryption password.) created by
- Hello, I've found a bug regarding: _Crypt_EncryptFile It will create …
07/05/15:
- 20:14 Ticket #3064 (Ping timeout is longer than set by par2) created by
- […] The timeout seems to be 500 mS minimum, or 500 more than requested.
- 19:42 Ticket #3063 (Typo in WinAPISys.au3) created by
- […] should be […]
- 06:28 Ticket #3062 (AuCheck didn't catch ' without &) closed by
- No Bug: Au3Check is not perfect but in this check It does as AutoIT which does not complain either
- 04:02 Ticket #3062 (AuCheck didn't catch ' without &) created by
- The code is: […] AU3Check doesn't complain. In case this looks …
07/03/15:
- 12:39 Ticket #3056 (Ctrl_Alt_F5 SyntaxCheck Beta doesn't work in SciTE) closed by
- No Bug: Works for me so please discuss in forum first before assuming it's a bug. Jos
- 12:37 Ticket #3061 (au3check not allowing nested With-EndWith) closed by
- Fixed: Fixed by revision [11338] in version: 3.3.13.21
- 12:28 Ticket #3061 (au3check not allowing nested With-EndWith) created by
- AU3CHECK doean't allow a nested With-EndWIth, which is allowed since …
- 08:18 Ticket #3059 (Miscelaneous => Miscellaneous in Help : Typos) closed by
- Fixed
07/02/15:
- 18:47 Ticket #3060 ("Function notes" in helpfile - remarks about @extended) created by
- In …
- 16:06 Ticket #3059 (Miscelaneous => Miscellaneous in Help : Typos) created by
- WinAPIEx Miscelaneous Reference.htm should be WinAPIEx Miscellaneous …
- 08:04 Ticket #3058 (_WinAPI_IOCTL: New See Also link) closed by
- Duplicate: It was closed because fixed
- 04:45 Ticket #3058 (_WinAPI_IOCTL: New See Also link) created by
- New link …
07/01/15:
- 11:57 Ticket #3012 (GUISetFont - no default value for parameter: attribute) closed by
- Completed: Added by revision [11334] in version: 3.3.13.21
- 10:54 Ticket #3052 (_ArraySort doc needs further clarification for 2D) closed by
- Fixed: Fixed by revision [11331] in version: 3.3.13.21
06/30/15:
- 15:56 Ticket #3057 (StringSplit() Return Value) closed by
- Fixed: Fixed by revision [11330] in version: 3.3.13.21
06/29/15:
- 17:38 Ticket #3057 (StringSplit() Return Value) created by
- Existing: If no delimiters were found then the @error flag is set to …
- 15:26 Ticket #3055 (_WinAPI_IOCTL: link in See Also is bad) closed by
- Fixed: Fixed by revision [11329] in version: 3.3.13.21
- 00:28 Ticket #3056 (Ctrl_Alt_F5 SyntaxCheck Beta doesn't work in SciTE) created by
- I have downloaded the latest version of SciTE4AutoIt3.exe dated …
06/26/15:
06/22/15:
- 02:18 Ticket #3054 (_Crypt_GenRandom always returns False and sets @error) closed by
- Fixed: Fixed by revision [11327] in version: 3.3.13.21
- 02:16 Ticket #3054 (_Crypt_GenRandom always returns False and sets @error) reopened by
06/20/15:
- 03:59 Ticket #3033 (Small mistake in _Excel_PictureAdd() Help File) closed by
- Fixed: Fixed by revision [11325] in version: 3.3.13.21
- 03:55 Ticket #3054 (_Crypt_GenRandom always returns False and sets @error) closed by
- Fixed: Fixed by revision [11324] in version: 3.3.13.21
06/19/15:
- 07:00 Ticket #3054 (_Crypt_GenRandom always returns False and sets @error) created by
- The function sets $iError = @error + 10 without checking @error. …
06/18/15:
- 17:38 Ticket #3053 (Different file size after Encrypt-Decrypt file) closed by
- Rejected: This is not a bug report and really should be posted in the support forum. Jos
- 14:30 Ticket #3053 (Different file size after Encrypt-Decrypt file) created by
- Hello! At the moment I'm having a problem with integrity of decrypted …
06/17/15:
- 02:02 Ticket #3051 (Enum: typo) closed by
- Fixed: Fixed by revision [11323] in version: 3.3.13.21
- 01:57 Ticket #3050 (_FileWriteFromArray: doc clarification) closed by
- Fixed: Fixed by revision [11322] in version: 3.3.13.21
06/14/15:
- 21:44 Ticket #3052 (_ArraySort doc needs further clarification for 2D) created by
- Existing: Index of array to start sorting (default 0 = first …
- 19:27 Ticket #3051 (Enum: typo) created by
- Existing, in example: ; Multiple each enumeration by 2. I …
- 05:29 Ticket #3050 (_FileWriteFromArray: doc clarification) created by
- Existing: Start array index to read, normally set to 0 or 1. …
- 04:10 Ticket #2589 (Exit has to be put in function in order to use it in short if.) closed by
- Works For Me: The problem isn't in the ternary operator, the problem is that everyone is misunderstanding what is going on when using it. Comment 3 - The results are 100% correct, the problem is that you're expecting ($i = 1) ? ($iTEST = $i) : ($iTEST2 = 4 - $i) to assign the right value to the left variable, that's not what is happening. What's happening is that if $i = 1 then you are COMPARING the right value to the contents of the left variable. The result is a Boolean True or False, there is no assigning of values being done at all. So the consolewrite at the end is always going to show a value of 0 for $iTest and $iTest2 because that is what you set them to at the start of the loop. Comment 4 - This demonstrates exactly what I was referring to in my reply to the code in Comment 3. The last 2 ternary operations are telling you that because 1 doesn't equal 3, use the second expression's answer, which is going to be FALSE because $iTEST3 does not equal 2, you aren't assigning 2 to $iTEST3, you're comparing it to the value in $iTEST3, which is 4. The next one says that because 3 does equal 3, run the first expression, and because $iTEST3 does equal 4, return TRUE. As to the OP, the code works as expected to me. Exit isn't an expression, it's a statement keyword and doesn't work as you're expecting it to in the ternary operator. Sorry, but that is how it works and you're using it wrong. The second example in your original post triggers an error message in AU3Check, but will run as is if you turn off AU3Check before trying to run it. There's nothing wrong in the code, just the syntax checker doesn't understand it. You can bypass the error message by assigning the whole thing to a variable like this. […] I see no bugs here, just misunderstandings and poor code.
Note: See TracTimeline
for information about the timeline view.