Quantcast
Channel: Forums - Python
Viewing all articles
Browse latest Browse all 2485

python Scripting Problem

$
0
0
When i run attached script. the following error message appear
Traceback (most recent call last):
File "J:\Gampaha\Scripts\Script1.py", line 70, in <module>
arcpy.CalculateField_management(inTable, "Parcelid", int(Folder_Name)*10000 + int[TextString], "VB", "")
NameError: name 'TextString' is not defined

But [TextString] is the the field in inTable

i cant understand whats wrong with the script

pl give a help

Thanks

Padmasiri
Attached Files

Viewing all articles
Browse latest Browse all 2485

Trending Articles