Seesh. Now my heads revving twice as fast (must be too late at night!)
At any rate I'll attempt a reply:

I have : myWord:Word;
I also have : myString : String;
myWord := 12345;
{Something to get the value of myWord and put it in myString}
RichEdit.Text := myString;

Nothing else even looks at myWord, or myString for that matter.
Hope that helps.

>Not stupid, you have used a local variable which has been re-declared?
>Show us in what context. Don't forget to mention if you have any
subroutines >running like wmMessaging or otherwise, which could be changing
the >variables. Certainly mystring:=inttostr(myinteger) is not open to
question, >unless changed by external influences.
>Al+
---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz

Reply via email to