Modify ↓
Opened on Mar 17, 2014 at 2:23:22 PM
Closed on Mar 17, 2014 at 2:34:20 PM
Last modified on Mar 17, 2014 at 3:00:01 PM
#2681 closed Feature Request (Rejected)
More parameters to FileReadToArray function
| Reported by: | anonymous | Owned by: | |
|---|---|---|---|
| Milestone: | Component: | AutoIt | |
| Version: | Severity: | None | |
| Keywords: | Cc: |
Description
whether it is possible to add a couple of parameters:
startline and countline?
for a more accurate reading of the file
thx.
Attachments (0)
Change History (2)
comment:1 by , on Mar 17, 2014 at 2:34:20 PM
| Resolution: | → Rejected |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

"startline" - Why not just action the returned array from a given index?
"countline" - Use UBound on the returned array.
M23