When I said an example, I meant an example of the code you are using.
Myword:=12345;
MyString:=inttostr(Myword);
will put '12345' into Mystring - no question about it.
Step your code through (put a break on the line above Myword:=12345; and
watch the values change. You will find there is something in your code that
is effecting the values.
> Seesh. Now my heads revving twice as fast (must be too late at night!)
> At any rate I'll attempt a reply:
---------------------------------------------------------------------------
New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
Website: http://www.delphi.org.nz