Modify ↓
#2495 closed Feature Request (Duplicate)
_FileWriteFromArray for save _ExcelReadSheetToArray arrays
| Reported by: | Owned by: | ||
|---|---|---|---|
| Milestone: | Component: | Standard UDFs | |
| Version: | Severity: | None | |
| Keywords: | Cc: |
Description
code of function _FileWriteFromArray :
Case 2
Local $s_Temp
For $x = $i_Base To $i_UBound
$s_Temp = $a_Array[$x][0]
misstake => For $y = 1 To $iDims
$s_Temp &= $s_Delim & $a_Array[$x][$y]
Next
better make :
For $y = 1 To UBound($a_Array,2)-1;
Attachments (0)
Change History (3)
comment:1 by , 12 years ago
| Version: | 3.3.8.1 |
|---|
comment:2 by , 12 years ago
| Milestone: | → 3.3.9.21 |
|---|---|
| Resolution: | → Duplicate |
| Status: | new → closed |
Already fixed in Beta
next time verify with current beta
Note:
See TracTickets
for help on using tickets.

Automatic ticket cleanup.