Custom Query (3926 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (406 - 408 of 3926)

Ticket Resolution Summary Owner Reporter
#716 No Bug decimal subtraction bug mmavipc
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 anonymous
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)

Local $hEventLog, $aData[4]=[3, 1, 2, 3]

$hEventLog = _EventLogOpen("", "Application")

msgbox(0,"text","test")

_EventLogReport($hEventLog, $type, 0, 1000, "Administrator", $message, $aData) _EventLogClose ($hEventLog)

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 Hubertus
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.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.