fgl_list_count()

 

The fgl_list_count() function returns the number of items in the value list associated with the named field.

Usage

The fgl_list_count() function takes a single argument: field_name(CHAR255), and will return the number of items listed in a particular combo box field.

Returns=1, failure=0.

The example showing how to use functions to manipulate comboboxes at runtime is here.