Bug 70494 - BASIC: Structure Type ... End Type
Summary: BASIC: Structure Type ... End Type
Status: NEEDINFO
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: BASIC (show other bugs)
Version: 4.0.5.2 release
Hardware: Other Windows (All)
: medium normal
Assignee: Not Assigned
QA Contact:
URL:
Whiteboard: BSA
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-15 13:36 UTC by philippe.schmidlin
Modified: 2014-07-20 19:42 UTC (History)
1 user (show)

See Also:
i915 platform:
i915 features:


Attachments

Description philippe.schmidlin 2013-10-15 13:36:21 UTC
Problem description: In macro Basic, the following example works correctly
When i have more than three variables in the structure type...
End Type, the fourth and the following are not recognized

Example : (at the beginning of the module) 
Type Nature
	Code As Integer
	Mont As Double
End Type

Dim Nat As Nature



              
Operating System: Windows 8
Version: 4.0.5.2 release
Comment 1 Joel Madero 2014-07-20 19:42:18 UTC
Can you describe this more thoroughly? Please note that most QA members (and most users) don't use macros much so if you could attach a document with the macro and describe the problem a bit more that will help a lot. Marking as NEEDINFO - once you describe the problem a bit more and attach a sample document please set to UNCONFIRMED.

For description it's best to enumerate steps
1....
2....
3....

Then put:
Observed:

Expected:


This way we can easily see what you are expecting vs. what you are seeing and then confirm that problem.

Thanks for your understanding and for reporting!


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.