I'm trying to strip the first 10 characters from a field in a label expression using Python, how can I do this? The syntax must be different because what works in field calculator doesn't work in the label expression. Why can't they be harmonized?
What is the expression you're attempting to use? It would be good to be able to replicate the same thing for testing.
[FIELD][9:] , [FIELD](9:) , [FIELD]{9:} ,etc etc etc
What character am supposed to use in lieu of what works in field calculator: !FIELD![9:] ? Is there a singular source where I can find a rundown of all the differences between Python is field calculator and Python in the label expression? The subtle differences in syntax trip me up frequently.
Try this - be sure to check on Advanced