Modify

Opened 11 years ago

Closed 11 years ago

#3050 closed Bug (Fixed)

_FileWriteFromArray: doc clarification

Reported by: c.haslam Owned by: BrewManNH
Milestone: 3.3.13.21 Component: Documentation
Version: 3.3.13.20 Severity: None
Keywords: Cc:

Description

Existing:

Start array index to read, normally set to 0 or 1. Default is the Default keyword

This is not helpful,because it doesn't make sense: is the default iBase is 0 or 1? From the code I see that it is 0. So I suggest:

Start array index to read, normally 0 or 1. Default is 0.

Existing:

Set to the last record you want to write to the File. Default is the Default keyword (whole array.)

While you are at it, the code is:
{{Local $iLast = UBound($aArray) - 1
If $iUBound = Default Or $iUBound > $iLast Then $iUBound = $iLast}}

So I suggest:

The number of the highest element/row to write to the file. Default: the whole array.

Attachments (0)

Change History (1)

comment:1 by BrewManNH, 11 years ago

Milestone: 3.3.13.21
Owner: set to BrewManNH
Resolution: Fixed
Status: newclosed

Fixed by revision [11322] in version: 3.3.13.21

Modify Ticket

Action
as closed The owner will remain BrewManNH.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.