Select to view content in your preferred language

Columnname with äüö

542
0
06-29-2013 04:37 AM
SebastianSieh
Emerging Contributor
Hey


i ve got a feature class with some polygons and my attribut table got a column which is called "Fläche". How can i call this column now by python?

This:
# -*- coding: utf-8 -*- [...] for row in curUpdate_flaechen:     print row.Type, " " ,row.Fläche


wont work..... SyntaxError: invalid syntax

Thanks very much

Solved 😕
row.getValue("Fläche") 
Tags (2)
0 Kudos
0 Replies