I am exploring the commands wfopen, wfsave, wfclose and wfrefresh, and would love some clarification.
I am currently opening a workfile with the link-option, and saving it at another location (hoping it'll remain linked):
Code: Select all
wfopen(link) .\original\location\myworkfile
wfsave some\other\location\myworkfile
wfclose
Then I open myworkfile at "some\other\location", and type wfrefresh, expecting for it to update with my changes. However, this is not the case.
May you please clarify wherein my mistake lies? Am I misunderstanding the usage of the link-option?
Please elaborate if there is a way to achieve a way to update values of the workfile in the new location without having to save and overwrite the workfiles. I would also like to know if refreshing would be more time efficient.