Degree Symbol in a Report
I need to report Lat/Lon in a report but I can't figure out how to show the degree symbol. I have tried all my normal ways but I keep getting a "Control script failed" message in the report. Any suggestions?
Thanks,
0
-
Hi Bryan,
I was able to successfully display the degree symbol in Label, TextBox, and RichTextBox controls using Alt+0176. Does this method work for you?
-Victoria
0 -
Forgot to mention that I was trying to use this in a formula not just a label or text box. However, your solution did work. For anyone else looking at this thread, here is my formula with Victoria's solution. (LONG_.ToString().Substring(0,2) + "°")
0
Please sign in to leave a comment.
Comments
2 comments