https://bugs.documentfoundation.org/show_bug.cgi?id=130309

Oliver Brinzing <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
             Blocks|                            |127592
                 CC|                            |[email protected],
                   |                            |[email protected]
         Resolution|---                         |NOTABUG

--- Comment #1 from Oliver Brinzing <[email protected]> ---
I remember there was a change of handling duplicate variable declaration

This will fail with LO 6.4.0.3 now:

"BASIC syntax error. Variable s already defined."

REM  *****  BASIC  *****
Sub Main()
  Call Test("Hello")
End Sub

Sub Test(s as String)
Dim s as String
  MsgBox s
End Sub


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=127592
[Bug 127592] [META] LibreOffice Basic incl."Option Compatible" modules
-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to