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

            Bug ID: 135639
           Summary: Error in Redim Statement with option VBASupport 1
           Product: LibreOffice
           Version: 6.4.4.2 release
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: BASIC
          Assignee: [email protected]
          Reporter: [email protected]

Basic:

Option VbaSupport 1
Sub TestRedim4
  Dim arr1, arr2(0)
  arr1=arr2
  Redim arr2(0)    
  Msgbox arr1(0)
End Sub

Error in string with Msgbox:
Runtime error 9. "Index out of defined range".

When trying to view the arr1 value through the Basic debugger (just before the
Msgbox), the application crashes

-- 
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