Editor Archivos MEM /Files MEM Editor

Moderator: Rathinagiri

Post Reply
JALMAG
Posts: 262
Joined: Sun Jan 10, 2010 7:05 pm
DBs Used: DBF, MariaDB
Location: España - Spain

Editor Archivos MEM /Files MEM Editor

Post by JALMAG »

Hola, necesito poder modificar un archivo MEM que realicé en un antiguo programa Clipper, la pregunta es ¿Como puedo desde HMG poder editar ese archivo MEM?
Gracias


Translate
Hi, I need to modify a file MEM I made in an old Clipper program, the question is How I can from HMG MEM to edit that file?
thanks
Best regards
User avatar
Pablo César
Posts: 4059
Joined: Wed Sep 08, 2010 1:18 pm
Location: Curitiba - Brasil

Editor Archivos MEM /Files MEM Editor

Post by Pablo César »

JALMAG wrote:Hola, necesito poder modificar un archivo MEM que realicé en un antiguo programa Clipper, la pregunta es ¿Como puedo desde HMG poder editar ese archivo MEM?
Gracias


Translate
Hi, I need to modify a file MEM I made in an old Clipper program, the question is How I can from HMG MEM to edit that file?
thanks
Best regards
Sure you can in Harbour, not HMG. The same way you have been used at Clipper.

Restore from (cPath+"Name") Additive // here open the MEM file

and

Save to (cPath+"Name") all Like OS_* // This save all variable starting with OS_

You can see some other examples in:

ACERTA.PRG

ARRAYS2MEM.PRG
HMGing a better world
"Matter tells space how to curve, space tells matter how to move."
Albert Einstein
Post Reply