xsharp.eu • m(dot) syntax for local vars in VFP...
Page 1 of 1

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

Posted: Thu Oct 17, 2019 9:22 pm
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 247 times

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

Posted: Thu Oct 17, 2019 9:34 pm
by robert
Matt,
The m. prefix is not working yet. This is on the "todo" list for the next build.

Robert