atof convension error
Posted on December 15, 2015 at 15:44Hi clive,I encounter a problem in converting float string array to float then back to float string array.I have this array acValue = ''1000.1'';then float fValue = atof(acValue);then what I got in fValue is 1000.0...