Modify

Opened 12 years ago

Closed 12 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 by BrewManNH, 12 years ago

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 by BrewManNH, 12 years ago

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 by Melba23, 12 years ago

Owner: set to Melba23
Status: newassigned

comment:4 by Melba23, 12 years ago

Milestone: 3.3.11.3
Resolution: Fixed
Status: assignedclosed

Fixed by revision [9655] in version: 3.3.11.3

Modify Ticket

Action
as closed The owner will remain Melba23.

Add Comment


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