Is there a way to add exponents to a label expression? In other words, add a superscript "2" to indicate "squared."
I am using ArcGIS 10.2 and am not very experienced with programming languages like VBS or Python.
Thanks for any help.
I guess yo could simply use the character "²" (in my case Alt-253)
Great, thanks Joseph!
I looked it up and saved a copy.
Hey, Angela. To add a little help . . . for additional text formatting tags, in "ArcGIS Desktop Help", type: "formatting tags". I keep this chart printed and available at my desk. Good luck!
Thank you, Jayanta. Also very helpful.
An alternative way is to add the following tag to your expression including quotes (Parser: VBScript)
"<SUP>2</SUP>"
e.g.: If you want to write E=mc2
then write the following expression
"E=mc" & "<SUP>2</SUP>"
Thanks Xander. That works.
Los miembros registrados pueden publicar, seguir actualizaciones y más. ¿Nuevo aquí? Regístrate gratis.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.