Keyword: SETVAR - Variable set value
Posted: Thu Mar 18, 2021 10:49 pm
Description
Parameters
Usage
- Set a variable within the script.
Parameters
- x: The variable name
- y: The value to be assigned to the variable
Usage
- SETVAR x=y
- To call the variable use: "%x%"