Properties
Category
Uncategorized
Similar Topics
Statistics
Comments
1
Participants
2
Subscribers
2
Votes
1
Views
915
Share
Answered
I have a list that I want to make empty. With GeoGebraScript I just type
L_1 = {}
But I want to do it with javascript. I tried this, but it didnt work at all.
var L_1=ggbApplet.getValue("L_1");
ggbApplet.setListValue("L_1",1,{});
- GeoGebra
- Help
- Partners
-
Contact us
- Feedback & Questions
- This email address is being protected from spambots. You need JavaScript enabled to view it.
- +43 677 6137 2693
© 2023 International GeoGebra Institute
ggbApplet.evalCommand("SetValue(l1,{})")
Note1: l1 must be a free object.
Comments have been locked on this page!