Tagged Questions
1
vote
3answers
94 views
From Real into String Variable Conversation
Please help, how can i convert a real declared variable into a string one. Is there any function like IntToStr() ? RealToStr() function won't work.
1
vote
6answers
2k views
Precision of reals through writeln/readln in Delphi
My clients application exports and imports quite a few variables of type real through a text file using writeln and readln. I've tried to increase the width of the fields written so the code looks ...