Custom Query (3922 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (382 - 384 of 3922)

Ticket Resolution Summary Owner Reporter
#713 Rejected FileInstall() to accept macros and environment variables. Hubertus
Description

It would be handy, if FileInstall() would accept macros and environment variables. This information is available at compile time. The syntax could look like this:

FileInstall("%USERPROFILE%\Eigene Dateien\AutoIt\@scriptname@", $sTempfile) Or FileInstall("@MyDocumentsDir@\AutoIt\@scriptname@", $sTempfile) Or FileInstall("@ScriptFullPath@", $sTempfile)

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

#316 Fixed _Singleton sample invalid Jpm Hubertus72
Description

Using version 3.2.12.0 of AutoIt, the _Singleton sample is invalid. On first usage, it claims: "An occurence of test is already running" This is only true, if a backslash is in the OccurenceName. The sample uses "test\test". It should be mentioned in the helpfile, that a backslash is forbidden in the OccurenceName.

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