[Libreoffice-bugs] [Bug 135639] New: Error in Redim Statement with option VBASupport 1
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Tue Aug 11 14:17:23 UTC 2020
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: libreoffice-bugs at lists.freedesktop.org
Reporter: sokol at comec92.ru
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20200811/9c4d53e9/attachment.htm>
More information about the Libreoffice-bugs
mailing list