Tagged Questions
2
votes
2answers
325 views
Looking for python/VB script to insert a new uniqe field
Is there any phyton/VB script which will add a field to shapefile which will be corresponding to first three characters from the shapefile name ?
I am working in modelbuilder and arcgis 10.
Thanks ...
4
votes
3answers
3k views
ArcGIS 10/arcpy: Help needed with syntax for CalculateField_management in Python script
I need to use CalculateField_management in a Python script, and the calc expression needs to concatenate a runtime variable, a string, and a field (string) value. I have searched all over for ...
2
votes
3answers
584 views
Field calculator script not working
I am trying to do the following in the field calculator in ArcGIS 10
if [IncdStDir] = " " then [IncdStNo] &" " & [IncdStName] &" " & [IncdStSfx]
else [IncdStNo] &" " & ...
6
votes
1answer
1k views
ArcMap Field Calculator syntax (again)
I'm trying to string together a field calculator script that will populate all the records of a field at once based upon values in a number of fields. I can't even get the first part of the command ...