====SIZE==== ===Parameters=== ^Order^Name^Type^Desc^ |1|index|Any List|The list to find the size of| ===Returns=== Returns the number of items in any map or list. ===Description=== This function returns a const containing the number of items in the list of map. This function does **not** consume the list, as it is often expected to be used in determining how many items need to be processed, or to target the last item in a list. ===Macros=== A shortcut to getting the last item in a list is the [[mLAST|LAST]] macro. ===See Also=== [[fINDEX|INDEX]]