Custom Query

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (286 - 288 of 3899)

Ticket Resolution Summary Owner Reporter
#3681 Completed In the section "Variables" the prefix "o" is not described. Jpm anonymous
Description

In the "Language Reference - Variables" section, the "Names of Variables" pivot table does not describe the prefix "o" (the variable type is object).

#3680 Rejected Improve _ArrayBinarySearch function Melba23 anonymous
Description

Think about the binary search not found case, return -1, then we _ArrayAdd and _ArraySort again. But if the function can return a "proper" location through an additional byRef, we can now directly _ArrayInsert. The binary search has to reach this position when it confirms it should return -1, therefore there should be no additional cost. The return should keep unchanged to ensure back compatibility.

Additionally, when more than 1D involved, binary search on one column could have multiple match, a function which return the first and last match can be written reuse the binary search. However, with additional edge argument (-1 for smallest index that match, 0 for which ever index match first, 1 for largest index that match) would make it convenient. This could require a little more coding in the function.

Overall, it should be convenient to use the c style sorting functions as argument for both sort and binary search. Above requirement can be implemented by adjust sorting function when searching, at the cost of double the comparison times.

#3679 Works For Me InetGet / InetRead - Disable Cache Option anonymous
Description

I would like to have a option to disable the automatic cache of these two functions.

(When using these functions a cache is created at this path: %userprofile%\AppData\Local\Microsoft\Windows\Temporary Internet Files\Content.IE5) (Attributes of the Folder: Hidden, System)

I would like to have this because even thought i used the $INET_FORCERELOAD (1) option the function still returns the old cached file when downloading a file with the .txt extension.

https://www.autoitscript.com/forum/topic/133500-inetread-and-inetget-caching-problem/

https://www.autoitscript.com/forum/topic/73777-inetget-caching-problem/

Note: See TracQuery for help on using queries.