On 2017-08-03 18:23, Darren wrote:
Personally I use this approach ...

STORE m.variable|obj.property|table.fieldname to variable. Fully qualify
everything / always. Easier to debug as well.

Additional to results below ... STORE/ = | with/without m. | with/ without
table open.

No Table Open   x=y             0.1320
No Table Open   STORE y to x    0.0870
No Table Open   x=m.y           0.1328
No Table Open   STORE m.y to x  0.0879
Table Open              x=y             0.2081
Table Open              STORE y to x    0.1644
Table Open              x=m.y           0.1326
Table Open              STORE m.y to x  0.0879

No Table Open   STORE y to x    0.0870
No Table Open   STORE m.y to x  0.0879
Table Open              STORE m.y to x  0.0879
No Table Open   x=y             0.1320
Table Open              x=m.y           0.1326
No Table Open   x=m.y           0.1328
Table Open              STORE y to x    0.1644
Table Open              x=y             0.2081


Can't argue with the numbers, but personally I've never liked STORE. No good reason I guess except it never felt normal (but hey, that's ok...use the Fox at its best, however that is!).


_______________________________________________
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/153adb6149f9e8fdaf249d24a5667...@mbsoftwaresolutions.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to