PatMcLaughlin
Programmer
I am in the process of rewriting an old foxbase program to vb.net. In the old process, they used numerous '.mem' files. I need to see what is in these files but can find no way to open them. Can you help me out?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
SET ALTERNATE TO MyVariables.TXT
SET ALTERNATE ON
RESTORE FROM MyMemFile.MEM
LIST MEMORY LIKE *
SET ALTERNATE OFF
SET ALTERNATE TO