Topic : TOS - The Operating System Author : Version : tos.hyp (December 19, 2008) Subject : Programmieren/Atari Nodes : 3010 Index Size : 93790 HCP-Version : 5 Compiled on : Atari @charset : atarist @lang : @default : Title @help : @options : +g -i -s +x +zz -t4 @width : 70 View Ref-File8.14.3 lbox_cnt_items TOS Name: »List box count items« - Obtain the number of list items. Opcode: 174 (Sub-opcode 0) Syntax: int16_t lbox_cnt_items ( LIST_BOX *box ); Description: The call lbox_cnt_items counts the items of the chained list in the list box. Parameter Meaning box Pointer to the list box structure Return value: Number of the items in the list Availability: The presence of this call should be checked for using appl_getinfo (Opcode 7). Group: List boxes See Also: Binding lbox_free_items lbox_get_slct_item