The savelocalvariables statement saves local variables as a procedure.
Parameters
This statement has one parameter:source – Field or variable to contain the code for reconstituting the variables.
Description
This statement saves local variables as a procedure.
global mergeVariables
savelocalvariables mergeVariables
Later, the variables can be reconstituted by executing the text returned.
executelocal mergeVariables
History
Version | Status | Notes |
10.0 | No Change | Carried over from Panorama 6.0. |