Return to Snippet

Revision: 67165
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