HELP !

Thu, 2 Nov 1995 12:52:45 +0100



Hello,

I have a problem using files with gpc:

In Turbo Pascal I usually use the following:

var
   f:text;

begin
   assign(f,'filename');
   reset(f);
   ...
   close(f);

But this doesn't work with gpc !!

I tryed:
  
   reset(f,'filename');

This time it also compiled OK, but gives a runtime error !!

Please HELP me !

Best regards

Mauro Ottaviani


Mauro Ottaviani (i085741@spv10.ing.uniroma1.it (Mauro Ottaviani))

HTML conversion by Lluís de Yzaguirre i Maura
Institut de Lingüística Aplicada - Universitat "Pompeu Fabra"
e-mail: de_yza@upf.es