返回范围表。如何?
我想编写一个返回范围表的函数模块。这可能吗?如果可能的话,如何实现?
I would like to write a function module that returns a range table. Is that possible and if so, how?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
类型化范围的结构如下:
您可以在字典中创建此结构以及这些结构的表,然后在 FM 签名中使用它。
此外,通用结构已经存在:
RSDSSELOPT
(以及表类型RSELOPTION
)。The structure of a typed range is like this :
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 typeRSELOPTION
).