Custom Query (3926 matches)
Results (406 - 408 of 3926)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #716 | No Bug | decimal subtraction bug | ||
| Description |
MsgBox(0,"",7.04-7 & " " & 8.04-8) 7.04-7=0.04 8.04-8=0.0399999999999991 hmm I wonder that is wrong with that |
|||
| #717 | Works For Me | _EventLog__Report is crashing script | ||
| Description |
AutoIT script is crashing when trying to send event to eventlog (UDF). Env: WinXP32Bit SP2 AutoIT_v3.2.12.1 Script ran from interpreter (autoit3.exe, not precomiled). Code: Func sendToEventLog ($message,$type=4)
EndFunc msgbox is shown fine, after that crash. |
|||
| #718 | Rejected | Call() function claims "function doas not exist" if function was called with wrong number of arguments | ||
| Description |
In Beta 3.2.13.11 , if a function exists but has wrong number of arguments in Call() function, @error and @extended are set to "0xDEAD and 0xBEEF". Helpfile says "Sets @error to 0xDEAD and @extended to 0xBEEF if the function does not exist." My proposal is: If function exsists, but has wrong number of arguments, set @extended to 0xBEE or any other nice hex-word. |
|||
