Custom Query (3931 matches)
Results (274 - 276 of 3931)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #1695 | Rejected | Add some better discription to help file how to usw the modes from FileOpen | ||
| Description |
Hi I was spending now more then one hour to find out why I wasnt able to write in mode 128 like this $file = FileOpen("test.txt", 128 ) FileWrite($file, "test") FileClose($file) I suggest to add to help file for the function FileOpen that you have to add +1 or +2 to the modes the other non ANSI modes to use Write mode (append to end of file) / 2 = Write mode (erase previous contents) Think it would be helpfull for others. I thank you for your attention |
|||
| #134 | No Bug | Add support for COM events to take ByRef parameters | ||
| Description |
We need to support objects being passed to COM events by reference. The attached script contains an example using Word. The comments at the top explain how to use the script and what to expect. |
|||
| #3649 | Fixed | Add the word glob to docs for search engines | ||
| Description |
People coming from other languages may search for the words "glob" or "file globbing" when they are looking for how to loop through a list of files matching a wildcard pattern. What they are looking for is likely to be the functions _FileListToArray and/or _FileListToArrayRec. Please consider adding some wording about "file globbing" to the docs for those functions, so that when people google phrases like "autoit glob" or "autoit file globbing" they will end up finding these functions easily. |
|||
