In this attribute table, "DISTANCE" field name created with this python expression (in Field Claculator):
str( !Shape_Leng! ) + !field_name!
Everything works fine.
But I seek a way to get on 1 number of decimal place and not 9 places as in the result. In the Field Properties the option to change is blocked.


1and copy over the values from!Shape_Leng!. Then use this in your expression above. – Joseph Nov 17 '16 at 11:03