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
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