...
A variable is used as an argument in Shogun Post command syntax (see Understand HSL command syntax).
Scroll only | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||
For information on reserved words, also see Understand reserved words.
...
Scroll tablelayout | |||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
data_type | identifies the type of data object that the variable can contain |
variable_name | is the name of the variable. |
Assigning a variable means giving a specific value to a declared variable. You assign a value to a variable using the equals sign (=). This is usually done to assign the results of an operation to a variable.
...