I need some help. I am a programer but not FoxPro Pro. I can't handle .mem file, can't change. Do I have to create a new one and how? I read about this file in the Book but ..
Thanks, Maria

RE: .memo by Leemi

Leemi
Fri Jan 30 10:37:49 CST 2004

Hi Maria:

A .MEM file in Visual FoxPro is used to store memory variables. You use
the SAVE TO and RESTORE FROM commands to manipulate the MEM files. See
this article for more information:

97637 Using Memory Variable Files (.MEM) in FoxPro
http://support.microsoft.com/?id=97637

I hope this helps.

This posting is provided "AS IS" with no warranties, and confers no rights.

Sincerely,
Microsoft FoxPro Technical Support
Lee Mitchell

*-- VFP8 HAS ARRIVED!! --*
Read about all the new features of VFP8 here:
http://www.universalthread.com/VisualFoxPro/News/VFP8Release.asp
Purchase VFP8 here:
http://shop.microsoft.com/Referral/Productinfo.asp?siteID=11518

Keep an eye on the product lifecycle for Visual FoxPro here:
http://support.microsoft.com/default.aspx?id=fh;[ln];lifeprodv
- VFP5 Mainstream Support retired June 30th, 2003
- VFP6 Mainstream Support retires Sept. 30th, 2003

>I need some help. I am a programer but not FoxPro Pro. I can't handle

Re: .memo by Rick

Rick
Fri Jan 30 12:29:20 CST 2004

Maria,
To add to Lee's information:
I don't believe the "mem" file format has ever been documented by MS. In
fact, I know that it has changed, because if you save to a file (or a =
memo
field) in FPW, VFP may not be able to read it, and it should be obvious =
that
the other way can't be compatible due to the new variable types. These
should really only be used for short time storage by the same program.

Rick

"kubo" <anonymous@discussions.microsoft.com> wrote in message =
news:9FA4BABC-B8FD-430D-A2B9-7039914AD81B@microsoft.com...
> I need some help. I am a programer but not FoxPro Pro. I can't =
handle .mem file, can't change. Do I have to create a new one and how? =
I read about this file in the Book but ...
> Thanks, Maria