Discuss this page on this pages [[itmGetCount Talk Page|TalkPage]] === itmGetCount === See [[http://xelerus.de/index.php?s=functions&function=42|itmGetCount at Xelerus]] ^ Syntax | (itmGetCount item) -> count | ^ Arguments | item: The itemStruct of the item you want to get the number of items from. | ^ Returns | The number of items. | ^ Category | [[item]] | ^ Description | Returns the number of items. An itemsStruct can contain many items, represented as a stack. This function is used for getting the number of items in that stack | === Example === (itmGetCount (itmCreate 0x4001 3)) Returns the number 3. Return to [[:Functions]] list