https://bugs.documentfoundation.org/show_bug.cgi?id=152543
Bug ID: 152543
Summary: TRANSPOSE: error when the number of array elements
exceeds 16384
Product: LibreOffice
Version: 7.4.2.3 release
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: Calc
Assignee: [email protected]
Reporter: [email protected]
Run Basic script:
Sub Test
Dim oFA, arr(16384), arr2
oFA=createUnoService("com.sun.star.sheet.FunctionAccess")
arr2=oFA.callFunction("TRANSPOSE", Array(Array(arr)))
End Sub
An error occurs.
If you replace 16384 with a smaller number, then there is no error.
--
You are receiving this mail because:
You are the assignee for the bug.