返回范围表。如何?

发布于 2024-09-19 16:24:22 字数 41 浏览 3 评论 0原文

我想编写一个返回范围表的函数模块。这可能吗?如果可能的话,如何实现?

I would like to write a function module that returns a range table. Is that possible and if so, how?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

痴情 2024-09-26 16:24:22

类型化范围的结构如下:

**Name**  **Type**
SIGNT      VARV_SIGN
OPTION     TVARV_OPTI
LOW        your-type
HIGH       your-type

您可以在字典中创建此结构以及这些结构的表,然后在 FM 签名中使用它。

此外,通用结构已经存在:RSDSSELOPT(以及表类型RSELOPTION)。

The structure of a typed range is like this :

**Name**  **Type**
SIGNT      VARV_SIGN
OPTION     TVARV_OPTI
LOW        your-type
HIGH       your-type

You can create this structure in the dictionary, as well as a table of those, and then use it in the FM signature.

Also, a generic structure already exists : RSDSSELOPT (along with a table type RSELOPTION).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文