Difference between revisions of "Data:getSize"

m (1 revision: Importing from potato (again).)
m (Once more ...)
 
(6 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 
+
Gets the [[Data]]'s size in bytes.
Gets the size of the Data.
 
 
== Function ==
 
== Function ==
 
=== Synopsis ===
 
=== Synopsis ===
Line 13: 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 ==
 +
{{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