To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=90541
Issue #|90541
Summary|function call with "Not" parameter without brackets fa
|ils
Component|scripting
Version|OOo 2.3
Platform|All
URL|
OS/Version|All
Status|NEW
Status whiteboard|
Keywords|
Resolution|
Issue type|DEFECT
Priority|P3
Subcomponent|code
Assigned to|ab
Reported by|pflin
------- Additional comments from [EMAIL PROTECTED] Tue Jun 10 03:28:13 +0000
2008 -------
When attempting to run the attached excel macro in OOo, a message box appears:
"Basic syntax error: Unexpected symbol: Not". But it runs OK in MS Office.
The attached macro:
Sub main()
Dim aBool As Boolean
aBool = True
myFunction Not aBool ' fail in OOo
End Sub
Function myFunction(aBool As Boolean)
If aBool Then
MsgBox "True"
Else
MsgBox "False"
End If
End Function
---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]