
24-09-2013
|
 |
Miembro Premium
|
|
Registrado: feb 2007
Ubicación: Caracas, Venezuela
Posts: 2.206
Reputación: 23
|
|
avechuche,
Cita:
|
Empezado por avechuche
...Todo sabemos (Creo) Que el FilePos empieza de 1...
|
Revisa esta información:
Cita:
|
Empezado por Delphi Object and Component Reference
In Delphi code, use FilePos on the file variable of an open file to determine the current position in the file. If the current position in the file is at the very beginning, FilePos returns 0. Otherwise, FilePos returns the byte offset from the beginning of the current position. FilePos will not work on a file that is not open.
|
Espero sea útil
Nelson.
Última edición por nlsgarcia fecha: 24-09-2013 a las 16:04:12.
|