Custom Query (3933 matches)
Results (262 - 264 of 3933)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #2647 | Completed | Add line count of FileReadToArray to @extended | ||
| Description |
The function FileReadToArray doesn't return the count of the lines that were read in, so you have to use UBound to get this information or use _FileReadToArray. My request is to add the line count by setting the @extended variable to the count of lines returned. This wouldn't be a script breaking change, as the current function doesn't use @extended for anything. It's also not unprecedented, as there are other functions that use @extended for similar features, such as the number of bytes downloaded in the InetRead function, StringRegExpReplace uses it for the number of replacements made, etc. |
|||
| #2968 | Completed | Add mSeconds to _SetTime function | ||
| Description |
Add mSeconds also to "Date.au3" library in the function: _SetTime. |
|||
| #811 | Rejected | Add macros(@ScriptFile,@ScriptFunction) to get file,function executing in a script | ||
| Description |
Hello, It could be good to add the @ScriptFile and @scriptFunction to get current filename and function name currently executing. Today @scriptFilename returns the name of the launched script and loose the names of included files In any way congratulation to all the developpers team for this excellent software. |
|||
