SETVAR

Sets your own variable to an exact value - if variable doesn’t exist, it is created

Syntax

SETVAR varName newValue 

varName - Your variable name with exact name match
newValue - New exact value for your variable

Examples

SETVAR myVar 5
SETVAR myVar 2000
SETVAR myVar *logs
SETVAR myVar MyMUleRSN

Notes

Demos