Python Label Expression? ArcGIS 10.3.1

المشرف العام

Administrator
طاقم الإدارة
I am trying to use a find label expression that changes the font of one field, [NUMBERNAME]. I am using python. All fields have a data type of text. This is what I have...

def FindLabel ([NUMBERNAME]): lineone = "A:"+ [NUMBER] absName = "" + [NUMBERNAME] + "" if [NUMBERNAME] != None: return lineone + '\n' + absName + '\n' + "BLK:" + [BLOCK] + '\n' + "SEC:"+ [SURNUM] I am getting an error. Any thoughts as to what is wrong?

Error:





أكثر...
 
أعلى