In order for this site to work correctly we need to store a small file (called a cookie) on your computer. Most every site in the world does this, however since the 25th of May 2011, by law we have to get your permission first. Please abandon the forum if you disagree.

Para que este foro funcione correctamente es necesario guardar un pequeño fichero (llamado cookie) en su ordenador. La mayoría de los sitios de Internet lo hacen, no obstante desde el 25 de Marzo de 2011 y por ley, necesitamos de su permiso con antelación. Abandone este foro si no está conforme.

Text file class

Xailer professional forum in English
Responder
Guest

Text file class

Mensaje por Guest »

Will there be any Text File class in Xailer? Something with WriteLine()
and Readline() methods?
Avatar de Usuario
ignacio
Site Admin
Mensajes: 9447
Registrado: Lun Abr 06, 2015 8:00 pm
Ubicación: Madrid, Spain
Contactar:

Text file class

Mensaje por ignacio »

DC,
No, I don't think so, sorry. For small up to quite large files is easier to
process the text in memory an finally write them to file.
Regards,
--
Ignacio Ortiz de Zúñiga
[Equipo de Xailer/Xailer team]
http://www.xailer.com
http://www.xailer.info
"DC" <NoSpamPlease@nycap.rr.com> escribió en el mensaje de
noticias:4ba04b7e$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
> Will there be any Text File class in Xailer? Something with WriteLine()
> and Readline() methods?
>
>
Ignacio Ortiz de Zúñiga
[OZ Software]
https://www.ozs.es
--
[Equipo de Xailer / Xailer team]
https://www.xailer.com
Avatar de Usuario
ignacio
Site Admin
Mensajes: 9447
Registrado: Lun Abr 06, 2015 8:00 pm
Ubicación: Madrid, Spain
Contactar:

Text file class

Mensaje por ignacio »

DC,
No, I don't think so, sorry. For small up to quite large files is easier to
process the text in memory an finally write them to file.
Regards,
--
Ignacio Ortiz de Zúñiga
[Equipo de Xailer/Xailer team]
http://www.xailer.com
http://www.xailer.info
"DC" <NoSpamPlease@nycap.rr.com> escribió en el mensaje de
noticias:4ba04b7e$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
> Will there be any Text File class in Xailer? Something with WriteLine()
> and Readline() methods?
>
>
Ignacio Ortiz de Zúñiga
[OZ Software]
https://www.ozs.es
--
[Equipo de Xailer / Xailer team]
https://www.xailer.com
Guest

Text file class

Mensaje por Guest »

>>No, I don't think so, sorry. For small up to quite large files is
easier to process the text in memory an finally write them to file. <<
Ok, thanks, I'll just port over an older text file class into Xailer.
Regards,
DC
Guest

Text file class

Mensaje por Guest »

>>No, I don't think so, sorry. For small up to quite large files is
easier to process the text in memory an finally write them to file. <<
Ok, thanks, I'll just port over an older text file class into Xailer.
Regards,
DC
Guest

Text file class

Mensaje por Guest »

There's a port from the Nanforum library, in the xHarbour.org
contribution, called fftext.c. As long as the _POSIX_PATH_MAX is
defined, it seems to compile ok, although I haven't tested the code yet.
Is it ok to mention this, in this Xailer forum?
Avatar de Usuario
ignacio
Site Admin
Mensajes: 9447
Registrado: Lun Abr 06, 2015 8:00 pm
Ubicación: Madrid, Spain
Contactar:

Text file class

Mensaje por ignacio »

Childers escribió el sáb, 24 julio 2010 00:48Is it ok to mention this, in this Xailer forum?
Of course yes. We only ban spam messages.
Best regards,
Ignacio Ortiz de Zúñiga
[OZ Software]
https://www.ozs.es
--
[Equipo de Xailer / Xailer team]
https://www.xailer.com
Responder