Jump to content

How to Reset input property control when INPUT property is "INT" Datatype


Naveen Tibco

Recommended Posts

Hello,

 

I am using 3 "INPUT" property control and try to reset with Iron python script with below script

 

Document.Properties["INPUT1"]=''

Document.Properties["INPUT2"]=''

Document.Properties["INPUT3"]=''

this script is working fine when INPUT property is "String" data type. But in my requiremet INPUT property is "INT" data type.

no luck i am geeting below error

File "", line 1, in

ValueError: value argument has incompatible value type

..

 

can any one help me....

 

Regards

Naveen

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...