8.2.59.14 table.sizeof ¶
- Method:
out =
sizeof (obj)
¶
-
Approximate size of array in bytes. For tables, this returns the sume
of sizeof
for all of its variables’ arrays, plus the size of the
VariableNames and any other metadata stored in obj.
This is currently unimplemented.