There is an interesting an 'undocumented' function in ACL that will tell you
just about everything you want to know about variables that have been set in
your Epic session.
From the command line type "eval_array($ENV)" (without the quotes). This
will list all the environment variables that are set. To see other
variables, type "show vars".
Lynn