set command

Summary

Sets a UESH variable to a specified value

Description

You can set a UESH variable to a specified value. This can be used in UESH scripts.

Command usage

  • set <$variable> <value>

Examples

  • set $var1 Hello: Sets the UESH variable $var1 to "Hello".

Last updated