Difference between revisions of "Rename Command"

From GeoGebra Manual
Jump to: navigation, search
m (Text replace - ";(.*)\[(.*)\]" to ";$1($2)")
(command syntax: changed [ ] into ( ))
 
Line 2: Line 2:
 
;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 08:00, 12 October 2017

© 2024 International GeoGebra Institute