Issue 25869 - Comments in Basic user defined types
Summary: Comments in Basic user defined types
Status: CLOSED FIXED
Alias: None
Product: App Dev
Classification: Unclassified
Component: api (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: PC Windows 2000
: P3 Trivial
Target Milestone: ---
Assignee: ab
QA Contact: issues@api
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-25 17:39 UTC by ajmc
Modified: 2013-02-24 21:07 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 ajmc 2004-02-25 17:39:53 UTC
If a comment appears within a user defined type definition (after the Type keyword and before the End Type), a syntax error will result. This causes a crash, but that is another issue, already reported.
Also observed in Win98. Example code:

' Conversation and Context Structure

Type DbxContext
   hConv As Long
   appInst As Long
   version As Long
   language As Long
   hWnd As Long             
   hMmf As Long  'this comment will generate a syntax error
   pMmf As Long 
End Type

'This one is OK
Comment 1 ab 2004-03-26 13:01:18 UTC
.
Comment 2 ab 2004-08-04 11:15:27 UTC
-> OOo later, may be also covered by internal PP4 task
Comment 3 ab 2004-08-05 11:20:52 UTC
Fixed for 8 because corresponding internal task was fixed for PP4
Comment 4 b.osi.ooo 2004-08-26 16:26:09 UTC
verified in cws on linux and changed target to 2.0
Comment 5 ab 2005-01-04 13:56:08 UTC
Checked in src680 m66 -> Closed