NoOfFields 脚本函数用于返回以前加载表格内字段的数量。如果在 LOAD 语句内使用此函数,则它不必引用当前正在加载的表格。
Syntax:
NoOfFields(table_name)
Arguments:
Example:
LET a = NoOfFields('tab1');