Modify

Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#2721 closed Feature Request (Fixed)

_Array... - proposal

Reported by: mLipok Owned by: guinness
Milestone: 3.3.11.6 Component: Documentation
Version: Severity: None
Keywords: Cc:

Description

in _ArrayDisplay

removed doubled word array
"Displays a 1D or 2D array array in a ListView"

@error value unification from:

has too many dimensions (only 1D and 2D supported)

to:

is not a 1D or 2D array

in other files:
@error value unification from:
"is not a 1D or 2D array"

in other files:
added to ###Description###
"a 1D or 2D array"
"1 dimensional array"
"2 dimensional array"

in _FileReadToArray:

###Description###
Reads the specified file into a 1D/2Darray

added space:

###Description###
Reads the specified file into a 1D/2D array

in _FileWriteFromArray @error:
"2 - Input is not an array" >> "2 - $aArray is not an array"
"4 - Array dimensions > 2" >> "4 - $aArray is not a 1D or 2D array"
"5 - Start index is greater than the $iUbound parameter" >> "5 - Start index $iBase is greater than the $iUbound parameter"

Attachments (2)

txtlibfunctions.zip (18.2 KB) - added by mLipok 10 years ago.
_FileWriteFromArray.txt (1.5 KB) - added by mLipok 10 years ago.

Download all attachments as: .zip

Change History (5)

Changed 10 years ago by mLipok

Changed 10 years ago by mLipok

comment:1 Changed 10 years ago by Melba23

Looks like most of these have already been dealt with by jpm.

M23

comment:2 Changed 10 years ago by guinness

  • Milestone set to 3.3.11.6
  • Owner set to guinness
  • Resolution set to Fixed
  • Status changed from new to closed

Fixed by revision [10135] in version: 3.3.11.6

comment:3 Changed 10 years ago by guinness

Slight modifications were made where applicable. Thanks mlipok.

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 guinness.
Author


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

 
Note: See TracTickets for help on using tickets.