Forum Discussion
SmartBear_Suppo
Alumni
15 years agoHi!
properties are stored as strings, so you'll need to convert them back to int's before adding them up, for example
def c = Integer.parseInt( a ) + Integer.parseInt( b )
regards!
/Ole
eviware.com
properties are stored as strings, so you'll need to convert them back to int's before adding them up, for example
def c = Integer.parseInt( a ) + Integer.parseInt( b )
regards!
/Ole
eviware.com