How can one run the app with specific environment variables?

In one of my projects I am calling into a DotNet DLL - which uses System.Net.Http - which allows setting a HTTP PROXY using an env called https_proxy - how can I set this ENV for my Clarion APP so my DLL get’s it too?

I tried creating an {APP_NAME}.env file according to env_file.htm [Clarion Community Help] but it doesn’t seem to do anything

Try the SetEnvironmentVariable Windows API to set environment variables for the current process.

Friedrich

How does one do that inside the Clarion Editor?