m(dot) syntax for local vars in VFP...

This forum is meant for questions about the Visual FoxPro Language support in X#.

Post Reply
Anonymous

m(dot) syntax for local vars in VFP...

Post by Anonymous »

I have never been a fan of using "m." prefix in my VFP code for memvars, but have had to on occasion to avoid conflict with field names in the currently select work area.

Anyway, I was tinkering with some code samples in X# ver 2.08, and I see that it does complain if I try to use m(dot) prefix. What am I doing wrong, or what setting is needed (somewhere) to make the compiler happy WRT to m(dot) prefix on Local variables??

Screenshot here:

.
2019-10-17_16-18-28.png
2019-10-17_16-18-28.png (18.83 KiB) Viewed 145 times
User avatar
robert
Posts: 4225
Joined: Fri Aug 21, 2015 10:57 am
Location: Netherlands

m(dot) syntax for local vars in VFP...

Post by robert »

Matt,
The m. prefix is not working yet. This is on the "todo" list for the next build.

Robert
XSharp Development Team
The Netherlands
robert@xsharp.eu
Post Reply