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 <F1> Ctrl-G (gpc) <ENTER>. (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]