paul.scipi...@aps.com wrote:
Hello,
I'm a newbie to Python. I wrote a Python script which connect to my
Geodatabase (ESRI ArcGIS File Geodatabase), retrieves the records, then
proceeds to evaluate which ones are duplicated. I do this using lists.
Someone suggested I use arrays instead. B
Hello,
I'm a newbie to Python. I wrote a Python script which connect to my
Geodatabase (ESRI ArcGIS File Geodatabase), retrieves the records, then
proceeds to evaluate which ones are duplicated. I do this using lists.
Someone suggested I use arrays instead. Below is the content of my script