Issue 121509 - IDE inspector (watch window) displays false array dimensions
Summary: IDE inspector (watch window) displays false array dimensions
Status: CONFIRMED
Alias: None
Product: App Dev
Classification: Unclassified
Component: scripting (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: All Windows XP
: P3 Normal
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-19 08:09 UTC by bmarcelly
Modified: 2013-02-24 21:00 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments
Shows various Basic arrays (27.53 KB, image/png)
2012-12-19 08:09 UTC, bmarcelly
no flags Details
Shows the DIB array of an image (28.80 KB, image/png)
2012-12-19 08:10 UTC, bmarcelly
no flags Details

Note You need to log in before you can comment on or make changes to this issue.
Description bmarcelly 2012-12-19 08:09:39 UTC
Created attachment 80050 [details]
Shows various Basic arrays

The IDE inspector (the watch window) displays incorrect lower and upper bounds of an array if its dimension exceeds some limits. The limits may be OS dependent, 16368 for my Windows XP.

See two atatched screenshots. The second one corresponds to a PNG image, the real dimension is indicated by a MsgBox showing the UBound() value.
Comment 1 bmarcelly 2012-12-19 08:10:31 UTC
Created attachment 80051 [details]
Shows the DIB array of an image