IntToStr should do it - as in...
 
function IntToStr(Value: Integer): string; overload;
function IntToStr(Value: Int64): string; overload;
 
is the problem in the conversion, or getting it into the RichEdit control?
 
Max
 
 
 
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Joel van Velden
Sent: Wednesday, 27 October 1999 17:34
To: Multiple recipients of list delphi
Subject: [DUG]: Integers to Strings

I know this is going to sound daft, but i'm stupid so how can you turn a integer into a string? I want to stick the number into a RichEdit.
 
I tried Str and IntToStr, but all they give me is a number that is way off.
 
Any help would be appreciated.
Thanks in advance.

Reply via email to