Code: Pascal [Select][+][-]var y: ValReal;begin showmessage(floattostr(y));//2.15494916873971E33 showmessage(IntToStr(Round(y)));//error How to handle this ?
Code: Pascal [Select][+][-]var y: ValReal;begin showmessage(floattostr(y));//2.15494916873971E33 showmessage(IntToStr(Round(y)));//error