Modify

Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#2495 closed Feature Request (Duplicate)

_FileWriteFromArray for save _ExcelReadSheetToArray arrays

Reported by: anton-ilyasov@… 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 TicketCleanup, 12 years ago

Version: 3.3.8.1

Automatic ticket cleanup.

comment:2 by J-Paul Mesnage, 12 years ago

Milestone: 3.3.9.21
Resolution: Duplicate
Status: newclosed

Already fixed in Beta
next time verify with current beta

comment:3 by TicketCleanup, 12 years ago

Milestone: 3.3.9.21

Automatic ticket cleanup.

Modify Ticket

Action
as closed The ticket will remain with no owner.

Add Comment


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