Creating a new field with attributes incrementing by 1
pre-logic script code: rec=0 def autoIncrement( ): global rec pStart = 1 pInterval = 1 if (rec == 0): rec = pStart else: rec = rec + pInterval return rec
A bookmark of thoughts or anything in between mapping and mopping tasks of a working mom who loves maps and hates mops but has to deal with both in her everyday life.