Announcement

Collapse
No announcement yet.

Get and set environment variables from AMS8.5

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Get and set environment variables from AMS8.5

    hi everyone,

    is it possible to get and set environment variables from AMS8.5?

  • #2
    You can get environment variables with os.getenv(). Setting of an environment variable can be done by writing into the (volatile) environment keys in the registry.

    Ulrich

    Comment


    • #3
      Thank youI managed to do it with reading and writing to the registry.

      Comment

      Working...
      X