Modify ↓
#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)
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