Custom Query
Results (160 - 162 of 3883)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#2224 | Completed | _FileReadToArray() Add optional parameter to disable row count return in element [0] | guinness | Bowmore |
Description |
Would it be possible to add an optional parameter to this UDF function sometime to optionally disable the return of the row count in element zero. I use ubound() to determine the size of arrays in my scripts and all the arrays I create start with data in element zero. It would avoid the need to have to move all the data up one index or remember to +/- 1 to the index value when comparing data from an array created by FileReadToArray() and an array that has data in element zero.
|
|||
#2477 | Rejected | FileInstall() to use the same Flag values as FileCopy to create destination directory | Bowmore | |
Description |
Description
Quote:form FileCopy help flag [optional] this flag determines whether to overwrite files if they already exist. Can be a combination of the following: 0 = (default) do not overwrite existing files 1 = overwrite existing files 8 = Create destination directory structure if it doesn't exist (See Remarks). |
|||
#1266 | Works For Me | Compile not found in context menu of 64bit windows | Jon | BrammerTheHammer@… |
Description |
There is no compile found in the context menu of 64 bit Windows. I remember there being one in 32bit WinXP, but this option is not present in 64bit versions of WinXP, Vista, and Win7. This was a very useful and time saving option, that I would like to see in 64 bit version. I have not tested to see if the compile option shows up in a 32 bit explorer window run under the 64 bit OS (if you do not understand this statement please ignore). I installed AutoIt 3.3.0 with 64 bit support. Thank you. |