ItemIndex =  menulist .cursor .get  (  ObjectID  )  
                                
Description :

This instruction returns the index number of a specific item in the menu list.

Parameters :

  • ObjectID of the menu list

Return Value :

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

Examples :