返回一个范围表.如何? [英] Returning a range table. How?

查看:28
本文介绍了返回一个范围表.如何?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想编写一个返回范围表的功能模块.这可能吗,如果可以,怎么做?

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

推荐答案

类型化范围的结构是这样的:

The structure of a typed range is like this :

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

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

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

此外,一个通用结构已经存在:RSDSSELOPT(连同表类型RSELOPTION).

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

这篇关于返回一个范围表.如何?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆