Skip to main content
1-Visitor
March 24, 2014
Question

Upgrading to Arbortext 6.0

  • March 24, 2014
  • 2 replies
  • 955 views
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




    2 replies

    1-Visitor
    March 24, 2014
    Ooh, thanks Lynn.

    That contained an APPDATA var that points to the local roaming profile dir,
    which I can then use to point to the aptspell.xml

    Thanks!
    - keith


    1-Visitor
    March 24, 2014
    Thank you for the insight.