iNTERFACEWARE Products Manual > Installing and Using Iguana > Using Iguana > Changing the Iguana Program Settings > Environment Variables > Editing an Environment Variable |
|
Looking for Iguana v.5 or v.6? Learn More or see the Help Center.
When using Iguana, you can edit any environment variable that is defined on your system. This edit affects only the Iguana server in which you have edited the variable. Other processes on your system are not affected. To edit an environment variable:
If the value of the environment variable consists of one or more subvalues, such as the INCLUDE environment variable shown below, Iguana displays each subvalue on a separate line, and selects the SPLIT check box to indicate that the value of the environment variable has been split: 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. To display the value of the environment variable as a single text string, unselect the SPLIT check box. When SPLIT is unselected, multiple values are joined together with the path separator character that is used by your operating system. This is ; (semi-colon) on Windows, and : (colon) on Unix, Linux or Mac OS X: If you want to add additional subvalues to an environment variable that has only one value defined for it, select the SPLIT check box, and then type each subvalue on a separate line of text. If the environment variable that you have edited is defined by your operating system, it is displayed in italics on the Environment Variables screen: To use the value of a previously defined environment variable as a value or subvalue of the environment variable that you are editing, 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: To revert to the original value of the environment variable, move your cursor over the environment variable and click . |