Packages |
Description |
|
Clipper *.mem file editor framework.
This is a framework console application which reads in a
Clipper .mem file, then writes it back out again.
When it reads the data in, it stores the data into an array,
then calls the function EditVars() passing the array.
EditVars() can be found at the bottom of the source file, and
should be edited to do whatever you want to do with the variables.
You can add, delete or edit variables.
Note that if you add a duplicate variable, this is not detected
and will result in duplicates being added to the .mem file when
it is written out.
A Clipper application has been added to the package which can be used
to both create a test mem file and display the contents of _any_ mem
file (so if you've changed a file using MemEdit, you can see what
Clipper will think of it).
|
|