*Where this package relies on other packages, the additional packages are listed below it.

Author(s)
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).

Update History
Version Updated Description
1.1 10.12.2004
  • Bugfix for date handling
  • Added Clipper memfile displayer
1.0 08.12.2004 Initial release