Sets a UESH variable to a specified value
You can set a UESH variable to a specified value. This can be used in UESH scripts.
set <$variable> <value>
set $var1 Hello: Sets the UESH variable $var1 to "Hello".
set $var1 Hello
Last updated 1 year ago