Request SDFR Flags on StructGet/StructPut
jjweimer
I would like to have the SDFR flags on the StructGet and StructPut functions to use in conjunction with the /S flag (or for waves too). This would save me from having to go to a data folder, store/retrieve a structure, and then return to the current folder.
StructGet/S/SDFR=
StructPut/S/SDFR=
StructPut/S/SDFR=
This compiles at least (haven't run it):
StruCT junk junks
SVAR ss = root:df:ss
StructPut/S junks,ss
StructGet/S junks,ss
end
Certain operations confuse the issue of needing WAVE, SVAR, NVAR references by creating them implicitly for you under certain circumstances. But using them explicitly will always work, as long as compiling it is supported.
December 13, 2019 at 02:44 pm - Permalink
Yes, I’d forgotten that this should work as well. Thanks.
December 14, 2019 at 05:25 am - Permalink