Difference between revisions of "Object Command"

From GeoGebra Manual
Jump to: navigation, search
m (1 revision)
(added v.4 - note/example formatting)
Line 1: Line 1:
<noinclude>{{Manual Page}}[[Category:Manual (official)|{{PAGENAME}}]]</noinclude>
+
<noinclude>{{Manual Page|version=4.0}}[[Category:Manual (official)|{{PAGENAME}}]]</noinclude>
 
{{command|other}}
 
{{command|other}}
 
; Object[Name of Object as Text]: Returns the object for a given name. The result is always a dependent object.
 
; Object[Name of Object as Text]: Returns the object for a given name. The result is always a dependent object.
: Note: The ''Object'' command is the opposite of the [[Name Command|Name]] command.
+
: {{Note| The ''Object'' command is the opposite of the [[Name Command|Name]] command.}}
: Example: If points ''A1'', ''A2'', ... , ''A20'' exist and slider ''n = 2'', then <tt>Object["A" + n]</tt> gives you a copy of point ''A2''.
+
: {{Example| 1=If points ''A1'', ''A2'', ... , ''A20'' exist and slider ''n = 2'', then <tt>Object["A" + n]</tt> gives you a copy of point ''A2''.}}

Revision as of 11:26, 14 February 2011


Object[Name of Object as Text]
Returns the object for a given name. The result is always a dependent object.
Note: The Object command is the opposite of the Name command.
Example: If points A1, A2, ... , A20 exist and slider n = 2, then Object["A" + n] gives you a copy of point A2.
© 2024 International GeoGebra Institute