Issue 105672 - Invalid initiaslization of Global array of custom 'Type'
Summary: Invalid initiaslization of Global array of custom 'Type'
Status: ACCEPTED
Alias: None
Product: General
Classification: Code
Component: scripting (show other issues)
Version: OOO310m9
Hardware: PC Windows XP
: P3 Trivial (vote)
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-07 09:59 UTC by yajva
Modified: 2017-05-20 10:55 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description yajva 2009-10-07 09:59:50 UTC
On single stepping into the subroutine, PerDocVars_List1 is correctly
initialized with 26 elements. On finishing the run and single stepping again,
the first element in the array is 'null'. Change any part of code (even a dummy
change), will again correctly init the array, and subsequent runs produce a
'null' in the first element.


Type	PerDocVars1
	elId
	obj
End	Type

Global	Const	MaxDocs1	= 25
Global	PerDocVars_List1(MaxDocs1) As PerDocVars1
Comment 1 ab 2009-10-09 13:49:38 UTC
STARTED, OOo 3.x
Comment 2 Marcus 2017-05-20 10:55:32 UTC
Reset assigne to the default "issues@openoffice.apache.org".