Select to view content in your preferred language

arcpy.AddFieldDelimiters

1512
2
Jump to solution
08-25-2014 09:56 AM
collindegueurce
Deactivated User

can I pass in a list of fields or do I have to call it on each field individually?

Tags (2)
0 Kudos
1 Solution

Accepted Solutions
DanPatterson_Retired
MVP Emeritus

The requirements in the help file say a field, if you want to use it with more than one field, you will have to loop

View solution in original post

2 Replies
DanPatterson_Retired
MVP Emeritus

The requirements in the help file say a field, if you want to use it with more than one field, you will have to loop

collindegueurce
Deactivated User

Thanks!

0 Kudos