Difference between revisions of "Data:getSize"

m (Fixed)
m (Once more ...)
 
Line 12: Line 12:
 
* [[parent::Data]]
 
* [[parent::Data]]
 
[[Category:Functions]]
 
[[Category:Functions]]
{{#set:Description=Gets the [[Data]]'s size in bytes..}}
+
{{#set:Description=Gets the [[Data]]'s size in bytes.}}
 
{{#set:Since=000}}
 
{{#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