Quote Originally Posted by sekelsenmat
uiText := FormAddString('' + Ret + '\n');

But it doesn¬Ąt work =/
Try this:
[pascal]
uiText := FormAddString('' + Ret + #13#10);
[/pascal]


Edit: wait, wait... uiText is an integer. Are you sure that FormAddString returns an integer? :?: