Procedure SaveVirtualVariables([filepath: String="vvsave.txt], [manovs: Boolean=FALSE], [group: Integer=0])
(For how to use groups, see the advanced topic VirtualVariable Groups)
This function creates a text file saving the contents of all VirtualVariables (of the specified group) in memory to filepath.
While less verbose than VirtualVariableDump, it does produce output that can be read by ReadSettings.
Example Program:
Example output in vvars.txt
Advanced: If you are using Manual VirtualVariable Overrides, then specify manovs as TRUE to save each variable with an override symbol and an ALWAYS_OVERRIDE_DUPLICATES = FALSE header.