EnvironmentVars_MTC: handling environment variables differently

Kem Tekinay of MacTechnologies Consulting is pleased to announce EnvironmentVars_MTC, a class to handle environment variables conveniently.

Using environment variables in Xojo usually means setting up constants and linking those to properties. This class envisions a different way where the environment variables are set up with their own names as Computed Properties with copy-and-paste code in the Get and Set functions. It includes functions to list the variables and get display values for each, even allowing you to hide those values when appropriate. Adding a new environment variable is as easy as duplicating an existing property and changing its name.

The project has a detailed README and examples, and can be found at:

https://github.com/ktekinay/Xojo-EnvironmentVars_MTC