Inconsistent results when using multivalue parameter inputs.
Last Published: August 25, 2014ArcGIS for Desktop
Bug ID Number
NIM039648
Submitted
October 24, 2008
Last Modified
April 28, 2025
Applies to
ArcGIS for Desktop
Version found
9.3
Status
Will Not Be Addressed
The development team has considered the issue or request and concluded it will not be addressed. The issue's Additional Information section may contain further explanation.
Additional Information
No Public Explanation
Workaround
The multiple Input for ArcSDE-Featureclasses contains a surrounding single quote on the values. So, instead of using:wert1 = sys.argv[1]featList = wert1.split(";")Use:wert1 = sys.argv[1]featList = string.replace(