Geoprocessing with arcgisscripting module, List-methods return "None" instead of empty string.
Last Published: August 25, 2014No Product Found
Bug ID Number
NIM008444
Submitted
April 30, 2007
Last Modified
June 5, 2024
Applies to
No Product Found
Version found
9.2
Version Fixed
9.3
Status
Fixed
The bug has been fixed. See the Version Fixed and Additional Information, if applicable, for more information.
Workaround
Rather than basing the condition on the return of an empty string like the following.while FC != "":Use the following instead, does not matter if "None" or "" are returned. Most of the code samples available through the help documentation have this type of example.while FC: