Revision: 67165
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at August 19, 2014 03:29 by lottegis
Initial Code
fieldName = "" namesList = sorted(set((row.getValue(fieldName) for row in arcpy.SearchCursor(r'',fields=fieldName)))) for x in namesList: print x
Initial URL
Initial Description
To be used in the Python palette window.
Initial Title
Get unique field values
Initial Tags
Initial Language
Python