Difference between revisions of "Data:getSize"

m
m (Once more ...)
 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
Gets the size of the Data.
+
Gets the [[Data]]'s size in bytes.
 
== Function ==
 
== Function ==
 
=== Synopsis ===
 
=== Synopsis ===
Line 12: Line 12:
 
* [[parent::Data]]
 
* [[parent::Data]]
 
[[Category:Functions]]
 
[[Category:Functions]]
{{#set:Description=Gets the size of the Data.}}
+
{{#set:Description=Gets the [[Data]]'s size in bytes.}}
 
+
{{#set:Since=000}}
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|Data:getSize}}
 
{{i18n|Data:getSize}}

Latest revision as of 21:21, 5 June 2016

Gets the Data's size in bytes.

Function

Synopsis

size = Data:getSize( )

Arguments

None.

Returns

number size
The size of the Data in bytes.

See Also


Other Languages