Issue 17782 - Basic interpreter doesn't check missing parentheses
Summary: Basic interpreter doesn't check missing parentheses
Status: CLOSED DUPLICATE of issue 17781
Alias: None
Product: udk
Classification: Code
Component: code (show other issues)
Version: OOo 1.1 Beta2
Hardware: All All
: P3 Trivial (vote)
Target Milestone: ---
Assignee: kay.ramme
QA Contact: issues@udk
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-08-02 00:16 UTC by paolomantovani
Modified: 2003-08-04 12: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 paolomantovani 2003-08-02 00:16:40 UTC
REM  *****  BASIC  ***** 
 
'the code below shows that 
'missing parentheses doesn't  
'causes any compilation errors 
'(as they should, of course) 
 
Option Explicit 
Sub ParenthesesBug1 
	Dim mList(2) As String 
 
	mList(0 = "ciao"		'no errors here!! 
	Print Typename(mList( 	'no errors here!! 
End Sub
Comment 1 paolomantovani 2003-08-02 01:34:08 UTC
sorry for the duplicated issue. 
this is the same as #17781 

*** This issue has been marked as a duplicate of 17781 ***
Comment 2 kay.ramme 2003-08-04 12:07:51 UTC
Closed as it is duplicate.