Keyword: SETVAR - Variable set value

Keywords are used within scripts that enabled powerful features such as dynamic variables, clipboard manipulation, read/write files, mimic inputs and more.
User avatar
YiMeng
Author
Posts: 238
Joined: Sat Jul 18, 2020 10:58 pm
Location: NY
Contact:

Keyword: SETVAR - Variable set value

Unread post 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%"