Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
This command sets or clears a local variable.
set [variable name] [value]
Parameters
- variable name
Name of the variable to set or clear. The maximum length allowed for variable name is 1023. - value
New value to assign to the variable. If this argument is not specified, the existing variable definition is completely removed.
Remarks
The value of a variable can be read by including its name in a script surrounded by a pair of percent signs (%).
See Also
Send Feedback on this topic to the authors