ItemName Method
Object List Next Object
Defined By: Menu
Description:
Finds the name of an item with a specific ID number.
Declaration:
Function ItemName(ByVal id As Integer)As String
Details:
Id is the ID number of the item. ItemName returns a String containing the item’s name.
See Also:
ItemNameAt method, SetName method