Re: nesting for statements?

2005-11-28 Thread tpcolson
Hi. Thanks for the tip. However, implementing that example, the script will only generate the second output "file", (or it's overwriting the first one), so all I get when run is "fileb". # Import system modules import sys, string, os, win32com.client # Create the Geoprocessor object from win32com

nesting for statements?

2005-11-27 Thread tpcolson
I'm not what you'd call a "programmer" of any sort, so perhaps this question may seem arcane and result in a plethora of "you idiot" threads, but here goes: ArcGIS 9.1 has a neat interface with python (2.1-2.4), allowing me to do all sorts of spatial operations within python, namely, repetitive fu