for fld in arcpy.ListFields ("Table"): print fld.name
Hi Ted,We spent some time refining the Python window experience for 10.1. Some of that was ported back to service pack 4 as well.-Dave
Python window indentation, is actually Indented.Finally, you guys fixed this limitation, and it seems the list that is printed is single space, which is much cleaner. for fld in arcpy.ListFields ("Table"): print fld.name
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.