Skip to main content

NoOfFields - script function

The NoOfFields script function returns the number of fields in a previously loaded table. If the function is used within a LOAD statement, it must not reference the table currently being loaded.

Syntax:  

NoOfFields(table_name)

Arguments:  

Argument Description
table_name The name of the table.

Example:  

LET a = NoOfFields('tab1');

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!