Hi All,
I have 3 variable (All in String Format )
Var 1 = 277.12 (Format is string)
Var 2= 8.25 (Format is string)
I want to multiply var 1* var 2 = Var 3 (Result ) ( String format)
Example:-
Var 3 = (Var 1 * Var 2 )/100
When I am perform the mathematical action I am facing the issue:
Assign: Input string was not in a correct format.
Kindly help Me.
Regards,
Meenakshi
7 posts - 7 participants