This object is in archive! 
Properties
Similar Topics
Statistics
Comments
2
Participants
2
Subscribers
2
Votes
1
Views
97
Share
Answered
I am using the online web browser version of GeoGebra to create applets.
I was trying to create a table using the TableText function but received an error message saying I have unabalanced brackets. Looking at my script, I don't see anything that could be wrong.
TableText({"Steps", "Multiplying by 2", "#of Steps Added"}, {"Trunk", "a", "1"}, {"1", "2", "2"}, {"2", "2x2", "4"},{"3", "2x2x2", "8"}, {"4", "2x2x2x2", "16"}, {"5", "2x2x2x2x2",'32"}, {"6", "2x2x2x2x2x2", "64"})
Does anyone here know what the problem is and what I can do to resolve it?
thank you!
- 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
© 2019 International GeoGebra Institute
try:
TableText({"Steps", "Multiplying by 2", "#of Steps Added"}, {"Trunk", "a", "1"}, {"1", "2", "2"}, {"2", "2x2", "4"},{"3", "2x2x2", "8"}, {"4", "2x2x2x2", "16"}, {"5", "2x2x2x2x2","32"}, {"6", "2x2x2x2x2x2", "64"})
Element 7 : {"5", "2x2x2x2x2",'32"} (last Elemtent '32" is wrong; must be "32")
Comments have been locked on this page!