I have code that says
fld = fieldName
rows = arcpy.SearchCursor(fc)
for row in rows:
x = row.fld
How do I use a variable for my field name in python ArcGIS 10 on windows? Thanks.
I have code that says
How do I use a variable for my field name in python ArcGIS 10 on windows? Thanks. |
||||
|
See Accessing data using cursors in the help. |
|||||||||||
|