Modify

Opened 11 years ago

Closed 11 years ago

#2619 closed Bug (Fixed)

_ArrayDisplay does not show the presence of data in the cells, if their size exceeds a certain threshold

Reported by: asdf8 Owned by: Melba23
Milestone: 3.3.11.3 Component: Standard UDFs
Version: 3.3.10.2 Severity: None
Keywords: Cc:

Description

#Include <Array.au3>

Dim $ar[10][2]
$ar[0][1] = FileRead(@ScriptFullPath)
$ar[0][0] = StringLen($ar[0][1])

For $i = 1 To 9

$ar[$i][1] = $ar[$i - 1][1] & $ar[$i - 1][1]
$ar[$i][0] = StringLen($ar[$i][1])

Next

_ArrayDisplay($ar)

Attachments (0)

Change History (4)

comment:1 Changed 11 years ago by BrewManNH

It looks to be a result of an old "bug" that wasn't accounted for in the new arraydisplay function.

http://www.autoitscript.com/trac/autoit/ticket/1833

comment:2 Changed 11 years ago by BrewManNH

It looks to be a result of an old "bug" that wasn't accounted for in the new arraydisplay function.

https://www.autoitscript.com/trac/autoit/ticket/1833

comment:3 Changed 11 years ago by Melba23

  • Owner set to Melba23
  • Status changed from new to assigned

comment:4 Changed 11 years ago by Melba23

  • Milestone set to 3.3.11.3
  • Resolution set to Fixed
  • Status changed from assigned to closed

Fixed by revision [9655] in version: 3.3.11.3

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 owner will remain Melba23.
Author


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

 
Note: See TracTickets for help on using tickets.