Date: Sat, 04 Aug 2001 15:36:12 +0200 Newsgroups: borland.public.delphi.objectpascal Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Newsreader: Virtual Access by Atlantic Coast PLC, http://www.atlantic-coast.com/va Organization: TeamB Message-ID: Subject: Re: I/O error 103 From: "Peter Below (TeamB)" <100113.1101@compuXXserve.com> Reply-To: 100113.1101@compuXXserve.com References: <3b6ae06c_1@dnews> NNTP-Posting-Host: 62.226.203.169 X-Trace: dnews 996931888 62.226.203.169 (4 Aug 2001 06:31:28 -0700) Lines: 16 Path: dnews Xref: dnews borland.public.delphi.objectpascal:199338 In article <3b6ae06c_1@dnews>, Eloi Jr wrote: > I need information about I/O error 103. I'm working with TextFile type. > I need too 'I/O error table' or anything similar. In addition to Howards reply: the most common source for this error is doing a WriteLn( somedata ) instead of WriteLn( filevar, somedata ), or the equivalent using Write, Read, Readln. The compiler assumes your want to write to stdout if you name no file variable and stdout is not open in a Win32 GUI app (it is open in a console app). Peter Below (TeamB) 100113.1101@compuserve.com) No e-mail responses, please, unless explicitly requested! Note: I'm unable to visit the newsgroups every day at the moment, so be patient if you don't get a reply immediately.