Installed this extension. But got an error:
https://extensions.libreoffice.org/en/extensions/show/20671
Inadmissible value or data type. Index out of defined range.
At line 250 of OutputHelpers [My Macros & Dialogs].TheCAT
How do I modify the extension so that it will work on windows?
I'm the extension programmer.
In fact, I guess that L245 (If Not IsEmpty(l_Desc) Then) should read:
If Tools.ArrayExists(l_Desc) Then
that is, use a home-made function dedicated to array existence validation. Could you test and report (to my @, as shown in the App module)?