Home List boxes LIST BOX - DELETE (AES 173) LIST BOX - GET TREE (AES 174, 1)

2.4.6 LIST BOX - COUNT ITEMS (AES 174, 0)

COUNT ITEMS counts the items of the chained list.

Declaration:
WORD lbox_cnt_items( LIST_BOX *box );

Call:
no = lbox_cnt_items( box );

Variable         Argument            Meaning
Inputs:

contrl[0]        174                 lbox_get
contrl[1]        1                   Entries in intin
contrl[3]        1                   Entries in addrin

intin[0]         0                   lbox_cnt_items

addrin[0]        box                 Pointer to the list box structure

Outputs:

contrl[2]        1                   Entries in intout
contrl[4]        0                   Entries in addrout

intout[0]        no                  Number of the items in the list


Home List boxes LIST BOX - DELETE (AES 173) LIST BOX - GET TREE (AES 174, 1)