Aug 22, 2004 #1 mkress Programmer Aug 22, 2004 2 US I have to convert an old clipper program to vb6, does anyone know how to read/convert the Clipper MEM file? Any help would be greatly appreciated. Thanks Mark
I have to convert an old clipper program to vb6, does anyone know how to read/convert the Clipper MEM file? Any help would be greatly appreciated. Thanks Mark
Aug 23, 2004 #2 SqueakinSweep Programmer Jun 20, 2002 945 GB The .MEM file is simply a memory variable file. The same files are also used by Foxpro applications. If you have visual studio, then run Foxpro, and simply type in the following at the command window restore from <Memvarfilename> display memory Sweep ...if it works dont mess with it Upvote 0 Downvote
The .MEM file is simply a memory variable file. The same files are also used by Foxpro applications. If you have visual studio, then run Foxpro, and simply type in the following at the command window restore from <Memvarfilename> display memory Sweep ...if it works dont mess with it