Modify ↓
Opened on Oct 7, 2013 at 2:33:03 AM
Closed on Oct 7, 2013 at 8:19:05 AM
Last modified on Oct 7, 2013 at 9:00:01 AM
#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 , on Oct 7, 2013 at 3:00:01 AM
| Version: | 3.3.8.1 |
|---|
comment:2 by , on Oct 7, 2013 at 8:19:05 AM
| 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.