HI, I wanna list number in the column of OBJECTID_1, see the picture. I wrote it like this :
for row in arcpy.SearchCursor(fc):
print"%f" %row.getValue("OBJECTID_1")
what is wrong? Thanks
Attachment 23892
for row in arcpy.SearchCursor(fc):
print"%f" %row.getValue("OBJECTID_1")
what is wrong? Thanks
Attachment 23892