Item =  menulist .item .get  (  ObjectID ,  ItemIndex  )  
                                     
Description :

This instruction returns a specified item from a menu list.

Parameters :

  • ObjectID of the menu list.
  • Index number of the item, valid in the range [1, number of items in menu list].

Return Value :

  • Item to be returned.

Examples :