/ Published in: Python
To be used in the Python palette window.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
fieldName = "" namesList = sorted(set((row.getValue(fieldName) for row in arcpy.SearchCursor(r'',fields=fieldName)))) for x in namesList: print x