Hi,
It looks perhaps simple, but I am looking for the proper syntax in Python in order to print integer field correctly when running a script.
For the time being, I get:
ID:1.0000080689e+11
with:
gp.AddMessage("ID:" + str(input_text))And I would prefer the proper integer value... What would be the syntax to format it correctly?
Thanks