Documentation

#TEMPVAR

Added in v3.23

TEMPVAR

Syntax: #TEMPVAR varname value classname
Related: #VARIABLE

Similar to #VARIABLE command, but creates a temporary in-memory variable that is never saved to the session disk file. This is useful for storing information such as passwords in memory securely without worrying about them being saved to disk.

TEMPVAR examples

#TEMPVAR passwd "test"


assigns "test" to the @passwd variable but is not saved across sessions.

Add comment

Login or register to post comments