Page 1 of 1

Keyword: SETVARF - Variable from file

Posted: Thu Mar 18, 2021 10:55 pm
by YiMeng
Description
  • Set a variable with value from a file.

Parameters
  • x: The variable name
  • y: The full path to the file containing the value to be assigned to the variable
  • y: Allow the use of "@@y" to specify relative path

Usage
  • SETVARF x=y
  • To call the variable use: "%x%"

On error
  • If x is not found, window will throw file not found error
  • If x is not supplied, line command is ignored