Hi Guys,
I want to perform a mathematical operation like this: [(a(b/100))-a]
Here A and B are string variables which i am fetching from excel rows.
When doing the calculations i am getting different errors related to variables.
Can someone suggest how to do this.
I got this errors:
-
Expression is not an array or a method, and cannot have an argument list uipath
-
Assign: Input string was not in a correct format.
-
Option Strict On disallows implicit conversions from ‘String’ to ‘Double’ etc
thanks