Notation standardsOptionsAnswers Options:
X -Suppress the command response.
Y -Do not alter the command answer cells.
Z -Delete allnumeric variables, even super globals.
Notes:
To delete a specific numeric variable, include its name in the command.
uncalc %NN %AA
-Delete the variables %NN and %AA from the numeric variable pool
To delete all numeric variables except the "Super Global" variables:
uncalc
Super global variables are the ones whose names begin with two percent signs. To delete these from the numeric variable pool you must do it explicitly by name or use the Z option:
uncalc/z
-Deletes all numeric variables, including super globals.