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)
Change History (2)
comment:1 Changed 11 years ago by Melba23
- Resolution set to Rejected
- Status changed from new to closed
Guidelines for posting comments:
- You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
- In-depth discussions should take place on the forum.
For more information see the full version of the ticket guidelines here.
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