Forum Discussion
Marsha_R
Champion Level 3
10 years agoIs your variable defined as integer or float?
- hsdhillon10 years agoOccasional Contributor
Thank you for your response Marsha, good point. I have created all variable as String. I thought I found the solution for it using aqConvert.StrToFloat() method or by using float() method, but whenever multiplying two values, output comes remove the last zero. e.g. 25*0.18 = 4.5 instead of 4.50