Difference between revisions of "StartRecord Command"

From GeoGebra Manual
Jump to: navigation, search
(Created page with "<noinclude>{{Manual Page|version=5.0}}</noinclude> {{command|scripting}} ;StartRecord[ ] :Resumes all records to spreadsheet if they are paused (and store a value for each)....")
 
m (Text replace - ";(.*)\[(.*)\]" to ";$1($2)")
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<noinclude>{{Manual Page|version=5.0}}</noinclude>
+
<noinclude>{{Manual Page|version=5.0}}</noinclude>{{command|scripting}}
{{command|scripting}}
+
;StartRecord( )
;StartRecord[ ]
+
:Resumes all recording to spreadsheet if paused (and stores a value for each object).
:Resumes all records to spreadsheet if they are paused (and store a value for each).
 
  
 
+
;StartRecord( <Boolean> )
;StartRecord[ <Boolean> ]
+
:When the boolean is false, pauses all recording to the spreadsheet, otherwise resumes it (and stores a value for each object).
:When the boolean is false, pauses all records to spreadsheet, otherwise resumes them (and store a value for each).
 

Latest revision as of 17:17, 7 October 2017


StartRecord( )
Resumes all recording to spreadsheet if paused (and stores a value for each object).
StartRecord( <Boolean> )
When the boolean is false, pauses all recording to the spreadsheet, otherwise resumes it (and stores a value for each object).
© 2024 International GeoGebra Institute