afc_array_master_num_items

Name

afc_array_master_num_items  -- Returns the number of items in list

Synopsis

unsigned long afc_array_master_num_items (ArrayMaster * am);

Description

Use this command to know how many items are added to the list.

Inputs

am

Pointer to a valid ArrayMaster class.

Result

items - Number of items in this list.

See Also