Ver Mensaje Individual
  #8  
Antiguo 22-04-2004
Avatar de jachguate
jachguate jachguate is offline
Miembro
 
Registrado: may 2003
Ubicación: Guatemala
Posts: 6.254
Reputación: 30
jachguate Va por buen camino
Cool

Sni embargo la ayuda no es tan pobre... aunque ciertamente carece de ejemplos, es, para mi gusto, bastante clara.

Cita:
Empezado por delphi 4 help
FileWrite is an internal routine for writing to files.
...
function FileWrite(Handle: Integer; const Buffer; Count: Integer): Integer;

Description

The FileWrite function writes Count bytes to the file given by Handle from the buffer specified by Buffer. The return value is the number of bytes actually written, or -1 if an error occurred.

Use of non-native Pascal file variable handlers such as FileWrite is discouraged. For more information on which file handling routines to use, see FileOpen.
Hasta luego.

__________________
Juan Antonio Castillo Hernández (jachguate)
Guía de Estilo | Etiqueta CODE | Búsca antes de preguntar | blog de jachguate
Responder Con Cita