Modify

Opened 12 years ago

Closed 12 years ago

Last modified 12 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 12 years ago.
_FileWriteFromArray.txt (1.5 KB ) - added by mLipok 12 years ago.

Download all attachments as: .zip

Change History (5)

by mLipok, 12 years ago

Attachment: txtlibfunctions.zip added

by mLipok, 12 years ago

Attachment: _FileWriteFromArray.txt added

comment:1 by Melba23, 12 years ago

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

M23

comment:2 by guinness, 12 years ago

Milestone: 3.3.11.6
Owner: set to guinness
Resolution: Fixed
Status: newclosed

Fixed by revision [10135] in version: 3.3.11.6

comment:3 by guinness, 12 years ago

Slight modifications were made where applicable. Thanks mlipok.

Modify Ticket

Action
as closed The owner will remain guinness.

Add Comment


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