scope
directs the function to create local or global
variables based on the list that is returned.
getWinVal(v=NULL, scope="", asvector=FALSE, winName="")
NULL
, v
retrieves all variables from all GUI widgets.scope="L"
creates variables
locally in relation to the parent frame that called the function;
scope="P"
creates variables in the temporary package
workspace called .PBSmodEnv
; and scope="G"
creates
global variables (pos=1
).parseWinFile
, setWinVal
, clearWinVal