comp.lang.ada
 help / color / mirror / Atom feed
From: "rvr@Networx.net.au" (Bexley)
Subject: Help regarding Help File
Date: 1998/05/28
Date: 1998-05-28T00:00:00+00:00	[thread overview]
Message-ID: <356cec31.0@cactus> (raw)


Howdie

I'm writing a program that needs to read in from a file, one full page of help

at the moment it looks like this:
   procedure Help is
      Help_char:character ;
   begin
      Open(Help_File,In_File,"tax.hlp");
      while not End_Of_File (Help_File) loop
         Get(Help_File,Help_Char);
         Put(Help_Char);
      end loop; --end_of_file loop
      Close(Help_File);
   end Help;

the problem is that this code isn't moving to the next line when the text in 
the file is..
The result is a page of information being squashed into only a few lines
any Idea's would be apreciated
thanx




             reply	other threads:[~1998-05-28  0:00 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1998-05-28  0:00 rvr@Networx.net.au [this message]
1998-05-27  0:00 ` Help regarding Help File Matthew Heaney
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox