Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFPA and mdot
Message
From
29/06/2021 16:25:57
John Ryan
Captain-Cooker Appreciation Society
Taumata Whakatangi ..., New Zealand
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
VFPA and mdot
Miscellaneous
Thread ID:
01681637
Message ID:
01681637
Views:
86
Just a head's up that latest VFPA introduces a new SYS(9062) function that alters VFP behavior wrt mdot.

From http://baiyujia.com/vfpdocuments/f_vfp9fix180.asp :

SYS(9062 [, 0 | 1 | 2])

Parameters
0
For the variable name without mdot, vfp will not check the field name, it will check the variable name only.
1
For the variable name without mdot, vfp will check the field name first, if there is no the field name in the current work area,
vfp will check the variable name. 1 is the startup default for Visual FoxPro Advanced.
2
For the variable name without mdot, vfp will check the variable name first, if there is no the variable name, vfp will check
the field name in the current work area.


More info at the link. For people who are 100% sure of variable names versus field names and/or who use non-ambiguous code/alias prefixes, parameter 0 or 2 could provide a significant performance boost.
"... They ne'er cared for us
yet: suffer us to famish, and their store-houses
crammed with grain; make edicts for usury, to
support usurers; repeal daily any wholesome act
established against the rich, and provide more
piercing statutes daily, to chain up and restrain
the poor. If the wars eat us not up, they will; and
there's all the love they bear us.
"
-- Shakespeare: Coriolanus, Act 1, scene 1
Next
Reply
Map
View

Click here to load this message in the networking platform