Custom Query (3917 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (361 - 363 of 3917)

Ticket Resolution Summary Owner Reporter
#643 Rejected whole array operations khimik
Description

I wrote an AutoIt script which reads a binary file (about 16000 data points), does some very simple maths (add, multiply) and writes it back. I used _WinAPI_ReadFile/_WinAPI_WriteFile. I noticed that it takes rather long time to do DllStructGetData/DllStructSetData and simple maths in a loop, I think it took about 200 ms for this loop on my pentium 4. By comparison, fortran (g95) is about 100 times faster.

Of course AutoIt has never been intended to do complex maths operations and should not be used for this purpose, but it just occurred to me that if efficient whole array operations (like add, multiply etc and also DllStructGetData and some other functions) were introduced, the speed of many scripts could increase significantly.

Please forgive my ignorance if this makes no sense.

#644 Rejected Can IniRead set @error for file/section/key not exist? Rob Saunders <therks@…>
Description

Is there any chance we could have IniRead set @error (or even @extended) when it has to resort to the default value? Maybe something like:

Success: Returns the requested key value. Failure: Returns the default string if requested key not found and sets @error.

@error
1Filename invalid/does not exist
2Section invalid/does not exist
3Key invalid/does not exist
#647 No Bug Compiler Parsing pdaughe
Description

The following presents a problem particularly when using the Execute statement:

$A = 1
$A = $A +++++- 1
MsgBox (0, "Test", "A = " & $A)

No syntax or run-time error is given.

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