saucepleez / taskt

taskt (pronounced 'tasked' and formely sharpRPA) is free and open-source robotic process automation (rpa) built in C# powered by the .NET Framework
http://www.taskt.net/
1.06k stars 346 forks source link

Issue with Data Commands - Math Calculation #277

Open avejr748 opened 2 years ago

avejr748 commented 2 years ago

The parameters Thousand Separator and Decimal Separator are supposed to be optional but when emptied an error "Error: System.ArgumentException: String cannot be of zero length." is thrown during execution. My use case is calculating for row number in Excel like A{intRowNum} so I cannot use a thousand separator as it will not be applicable.