thanx.....
{test.pas}
program Test;
{$I test.inc} {here test.inc will be included, but not saved
{later...}
var Hello : THello;
begin
Hello:='Hello';
WriteLn(Hello);
end.
hth, Martin
From the three posting you have made to this newsgroup is is patently
obvious that you either
a) haven't bothered to read the excellent manuals that come with the
Borland Pascal products, or
b) have not attended your classes, or
c) are using a pirated version without manuals.
Robert
--
Robert AH Prins
pri...@williscorroon.com
Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.