En el viejo Clipper solo se podían manejar archivos hasta 64 K
Puedo hacer esto en Harbour ?
[Eng]
I need to open, write and save text in a file. Txt is 64 K and grows.
In the old Clipper could only handle files up to 64 K
I can do this in Harbour?
Fermín
Me viene al pelo que las antiguas funciones de Clipper que tenían el
tope de los 64 K no lo tengan en Harbour.
Paso la aplicación de Clipper a Harbour y listo
Una vez mas gracias a todos.
On 14 dic, 13:13, Massimo Belgrano <mbelgr...@deltain.it> wrote:
> The Clipper limits the size of a string of up to 65,535 bytes (64K). In
> Harbor this limit is much higher: you could load a file with more than 2Gb
> to inside a memory variable!
> follow sample Testing Harbour long string handling with device output.http://www.harbour-project.org/samples/longdev.html
>
> 2011/12/14 M.FACCIO adinet <mauf...@adinet.com.uy>
>
> > Fermin.
>
> > Adjunto envio la funcion que utilizo para procesar muchas lineas de un
>
> archivo de texto grande.> El secreto que no podes recurrir a ninguna funcion de variables de texto
>
> ya que el string mas largo es de 64K.> Asi lo era en clipper. Desconozco si hay funciones especiales en harbour
> para eso.
>
> > Eng.
> > Enclosed is the function I use to process many lines in a large text file.
> > The secret that you can not use any text variables function as the
>
> longest string is 64K.> So it was in clipper. I do not know if there are special functions for
> that in harbour.
>
> > El 14/12/2011 10:40 a.m., DaNiEl MaXiMiLiAnO escribió:
>
> > puedes usar un Control Llamado Richeditbox, puedes leer un poco aqui
>
> http://www.hmgforum.com/viewtopic.php?f=9&t=1490&p=11329&hilit=RICHED...
>
> > tambien tienes un ejemplo aqui
>
> http://hmgforum.com/download/file.php?id=1142
>
>
>
>
>
>
>
>
>
>
>
> > Saludos
> > DaNIEl MaXiMiLiAnO
>
> > ________________________________
> > De: Clippero <clipp...@gmail.com>