Create a variable
- Updated: 2022/12/06
Create a variable
Create a variable to store values.
When you create a variable that uses characters such as the underscore (_) or hyphen (-) in your variable name, note that the underscore or hyphen are treated as the same character for the variable names. For example, global-temp_path is treated the same as global_temp-path. If you create a new variable that uses variables different from these two characters, an error is displayed.
If you have created a global variable as global-temp-path, you can
refer to this variable in any of the following formats:
- global-temp-path
- Global-Temp-Path
- global_temp_path
- Global_Temp_Path
Procedure
To create and configure a variable, perform the following steps: