Borland file functions_(re)

Tue, 29 Jul 1997 12:21:43 +0200 (MET DST)


According to Joao Miguel:
> 
> Can anyone help me, telling me the name of the corresponding function to:
> 
>   Borland             GPC
>   Sizeof()             ?
>   Filepos()            ?
>   Filesize()           ?

>From the GPC info documentation, node `Extensions'
(type "info -f gpc -n Extensions"):

    `SeekRead   (F, N);        { Open file in Inspection mode, seek to record N }'
    `SeekWrite  (F, N);        { Open file in Generation mode, seek to record N }'
    `SeekUpdate (F, N);        { Open file in Update mode, seek to record N }'
    `Update (F);               { Writes F^, position not changed. F^ kept. }'
    `p := Position (F);        { Return current record number }'
    `p := LastPosition (F);    { Return the last record number in file }'

> I'm working with GPC 2.0 and I have no documentation about all the native
> procedures and functions of the compiler. Do you know where I can get it ?

This is one of our most striking problems:  The existing documentation is
rather incomplete and outdated.  To read what we have, use "info -f gpc";
in RHIDE, press  Ctrl-G (gpc) .  (Yes, `gpc' in parentheses.)

Any help in improving the documentation is greatly appreciated.

Hope this helps,

    Peter

 Dipl.-Phys. Peter Gerwinski, Essen, Germany, free physicist and programmer
peter.gerwinski@uni-essen.de - http://home.pages.de/~peter.gerwinski/ [970201]
 maintainer GNU Pascal [970714] - http://home.pages.de/~gnu-pascal/ [970125]


Peter Gerwinski (peter@agnes.dida.physik.uni-essen.de)

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