Difference between revisions of "Shape:getData"

m (1 revision: Importing from potato (again).)
Line 1: Line 1:
 
 
Get the data set with setData.
 
Get the data set with setData.
 
== Function ==
 
== Function ==
Line 12: Line 11:
 
== See Also ==
 
== See Also ==
 
* [[parent::Shape]]
 
* [[parent::Shape]]
 +
* [[Shape:setData]]
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Get the data set with setData.}}
 
{{#set:Description=Get the data set with setData.}}

Revision as of 09:28, 14 June 2010

Get the data set with setData.

Function

Synopsis

v = Shape:getData( )

Arguments

None.

Returns

any v
The data previously set, or nil if none.

See Also