Properties
Category
English
Similar Topics
Statistics
Comments
3
Participants
3
Subscribers
3
Votes
2
Views
501
Share
Not a Problem
Hi,
I am getting an error setting the color of an object (in my case a point) with the execute command:
I have a point called A. Pasting this into the input bar works:
SetColor( A, "#ffa5ff00")
But pasting this into the input bar gives me an error: "Please check your input":
Execute[{"SetColor( A, "#ffa5ff00")"}]
Is something wrong with the formatting here?
Any help on this is very much appreciated
Best,
Marcel
- 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
The quotes don't match. You can either use SetColor( <Object>, <Red>, <Green>, <Blue> ) or define
and use thattry Execute[{"SetColor( A, "unicodetoletter(34)"#ffa5ff00"UnicodeToLetter(34)")"}]
Thank you very much! Both solutions work perfectly for me. I just can't decide which one I like more :D
Comments have been locked on this page!