Print degree symbol ° on variable/constant to be printed in LiquidLine. #116
Unanswered
Dmitry-Chernikov
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The actual question is how can I pass the ° symbol as &variableA to the overloaded LiquidLine constructor.
I tried to do this
LiquidLine(1, 0, "Rotate", Angle, (char)223);
but I don’t know how to pass (char)223 as a pointer.
Beta Was this translation helpful? Give feedback.
All reactions