Difference between revisions of "Rename Command"

From GeoGebra Manual
Jump to: navigation, search
(command syntax: changed [ ] into ( ))
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<noinclude>{{Manual Page|version=4.2}}</noinclude>
+
<noinclude>{{Manual Page|version=5.0}}</noinclude>{{command|scripting}}
{{command|scripting}}
+
;Rename( <Object>, <Name> )
;Rename[ <Object>, <Name> ]
 
 
:Sets the [[Labels and Captions|label]] of given object to the given name.
 
:Sets the [[Labels and Captions|label]] of given object to the given name.
:{{example|1=<div>Let <code><nowiki>c: x^2 + 2y^2 = 2</nowiki></code>.</div> <div> <code><nowiki>Rename[c, ell]</nowiki></code> sets the label to ''ell''.</div>}}
+
:{{example|1=Let <code><nowiki>c: x^2 + 2y^2 = 2</nowiki></code>. <code><nowiki>Rename(c, ell)</nowiki></code> sets the label to ''ell''.}}

Latest revision as of 09:00, 12 October 2017

© 2024 International GeoGebra Institute