Dear All,
I have really newbie on WinAutomation. Now I try to write some sample code to test it.
'Set Variable' %no1% = 50
'Set Variable' %no2% = 200
'Set Variable' %no3% = %no2% - %no1%
But the WinAutomation set the "%no3" in Text Value format. So the %no3% show in "200-50", not equal to 150
Any suggestions are really appreciatie.


Instead of writing: %no2% - %no1% try writing %no2- no1%. This should solve your issue. You can apply the same notation to all numerical operations
==Dedicated Automation Solutions==
==Dedicated Automation Solutions==