Modify

Opened 11 years ago

Closed 11 years ago

Last modified 11 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 Changed 11 years ago by TicketCleanup

  • Version 3.3.8.1 deleted

Automatic ticket cleanup.

comment:2 Changed 11 years ago by Jpm

  • Milestone set to 3.3.9.21
  • Resolution set to Duplicate
  • Status changed from new to closed

Already fixed in Beta
next time verify with current beta

comment:3 Changed 11 years ago by TicketCleanup

  • Milestone 3.3.9.21 deleted

Automatic ticket cleanup.

Guidelines for posting comments:

  • You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
  • In-depth discussions should take place on the forum.

For more information see the full version of the ticket guidelines here.

Add Comment

Modify Ticket

Action
as closed The ticket will remain with no owner.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.