Modify

Opened 9 years ago

Closed 9 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 Changed 9 years ago by BrewManNH

  • Milestone set to 3.3.13.21
  • Owner set to BrewManNH
  • Resolution set to Fixed
  • Status changed from new to closed

Fixed by revision [11322] in version: 3.3.13.21

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.

Add Comment

Modify Ticket

Action
as closed The owner will remain BrewManNH.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.