usa questo no?
codice:
const a : integer = 0;
var b : integer;
var c : string;
[...]
b := a;
c := IntToStr(b);
ciao!