#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)
Change History (5)
by , 12 years ago
| Attachment: | txtlibfunctions.zip added |
|---|
by , 12 years ago
| Attachment: | _FileWriteFromArray.txt added |
|---|
comment:1 by , 12 years ago
comment:2 by , 12 years ago
| Milestone: | → 3.3.11.6 |
|---|---|
| Owner: | set to |
| Resolution: | → Fixed |
| Status: | new → closed |
Fixed by revision [10135] in version: 3.3.11.6

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