Re: [Tutor] Increment by string, Array

2010-12-09 Thread Joel Goldstick
Can you use something like this: for i in range(1,201): s = str(i) Then Path = '1' can become Path = s On Thu, Dec 9, 2010 at 2:39 PM, wrote: > Hello, > I have a large code that I am using for ARC GIS I know could be much > smaller but it works like it is. I have programmed in C++ but am

[Tutor] Increment by string, Array

2010-12-09 Thread lmhosie
Hello, I have a large code that I am using for ARC GIS I know could be much smaller but it works like it is. I have programmed in C++ but am just beginning with python I believe the answer would be to do a parallel array however I am having trouble keeping the SQL statment in the string format