int ListGetItemSize (ListType list);
This function returns the item size of a list.
Input | ||
Name | Type | Description |
list | ListType | The list whose item size will be returned |
Name | Type | Description |
itemSize | integer | Returns the size in bytes of items that the list can store. This value is the same value that was passed to ListCreate when the list was created. |