Select to view content in your preferred language

doc for getValue and setValue

920
2
11-26-2009 10:18 AM
TedCronin
MVP Alum
http://help.esri.com/en/arcgisdesktop/9.4/help/index.htm#/Accessing-data-using-cursors/002Z0000001Q0...


For the getValue and setValue section

Sample script:

Snippet before the second for loop

# Open insert cursor on new lookup table
   #
   tabcur = arcpy.InsertCursor(aenv.workspace + os.sep + tab)

   # Open search cursor on feature class
   #
   featcur = arcpy.SearchCursor(env.workspace + os.sep + fc)


The text in bold should be env.
0 Kudos
2 Replies
JeffMoulds
Esri Contributor
Thanks Ted. I'll pass that on to the doc writer.
0 Kudos
TedCronin
MVP Alum
So, there is no need to post to support, which If I don't have to is a ok.

One of my biggest peeves, are mistakes in the code, and this is a simple fix, but prior to 94 there are lots of little mistakes, and it can get quite frustrating.
0 Kudos