Returns the size of the object.
number = sizeof(object)
Parameter Description object Object to be sized. The return value's meaning will vary depending on this object's type.
Returns the size of the object. For strings, this is the string length; for tables, the number of non-null objects in the table. Null values are zero size.