NoOfFields 指令碼函數會傳回先前載入表格內的欄位數目。如果此函數用於 LOAD 陳述式內,則不得參考目前正在載入的表格。
Syntax:
NoOfFields(table_name)
Arguments:
Example:
LET a = NoOfFields('tab1');