iNTERFACEWARE Products Manual > Installing and Using Iguana > Using Iguana > Changing the Iguana Program Settings > Environment Variables > Adding an Environment Variable |
|
Looking for Iguana v.5 or v.6? Learn More or see the Help Center.
If your Iguana server needs an environment variable that is not defined on your system, you can use the Environment Variables screen to add it. The added environment variable is defined for this Iguana server only. To add an environment variable:
If the value that you want to specify for an environment variable consists of more than one subvalue, you can supply each subvalue on a separate line. To do this, select the SPLIT check box: To add a new subvalue, position your cursor at the end of the last subvalue and press Enter. The text field is expanded to make room for the new subvalue. When you click Save, the subvalues are joined into a single value, using the path separator that is defined for your operating system: On Windows, the path separator is the ; (semi-colon) character. On Unix, Linux or Mac OS X, the path separator is the : (colon) character. To use the value of a previously defined environment variable as a value or subvalue of the environment variable that you are adding, use ${VAR}, replacing VAR with the name of the previously defined variable: If you have used Iguana to change the value of an environment variable that is defined outside Iguana, you can use ${system#VAR} to specify that the original value of the environment variable is to be used: You can also use ${system#VAR} to append a value to an environment variable that is defined on your system. For example, the following adds the directory D:\build to your Path environment variable: |