itmGetCount
Syntax:
(itmGetCount itemStruct)
Argument List:
itemStruct: 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.
Example:
Code: Select all
(itmGetCount (itmCreate 0x4001 3))
Comment:
Basic get function for items.