简体   繁体   English

不允许的值或数据类型

[英]Inadmissible value or data type

Installed this extension.安装了这个扩展。 But got an error:但是得到一个错误:

https://extensions.libreoffice.org/en/extensions/show/20671 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在 OutputHelpers [My Macros & Dialogs].TheCAT 的第 250 行

How do I modify the extension so that it will work on windows?我如何修改扩展,以便它可以在 windows 上运行?

I'm the extension programmer.我是扩展程序员。

In fact, I guess that L245 (If Not IsEmpty(l_Desc) Then) should read:事实上,我猜 L245 (If Not IsEmpty(l_Desc) Then) 应该是:

If Tools.ArrayExists(l_Desc) Then如果 Tools.ArrayExists(l_Desc) 那么

that is, use a home-made function dedicated to array existence validation.即使用自制的 function 专用于数组存在验证。 Could you test and report (to my @, as shown in the App module)?你能测试并报告(给我的@,如App模块所示)吗?

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM