Page 1 of 1

Keyword: SETVAR - Variable set value

Posted: Thu Mar 18, 2021 10:49 pm
by YiMeng
Description
  • 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%"