Forum Discussion
3jtechtest
13 years agoOccasional Contributor
Alex,
simple test on converting string to float in TestComplete shows that TC is forcing scientific notation in both 8.70 and 9.30 versions:
Log.Message(aqConvert.VarToFloat('0.00003'));
(or StrToFloat)
outputs in Log:
3E-5 11:30:39 Normal
simple test on converting string to float in TestComplete shows that TC is forcing scientific notation in both 8.70 and 9.30 versions:
Log.Message(aqConvert.VarToFloat('0.00003'));
(or StrToFloat)
outputs in Log:
3E-5 11:30:39 Normal