Set

Item Description

Use with:

Startup scripts, Terminal Launcher, Web, and Windows

SecureLogin version:

All

Type:

Action

Usage:

Set variable data

Arguments:

variable

data

The variable that the data is being assigned to.

The text or variable being read from and assigned to the variable.

Description:

Copies the value of data into variable. The data can be any text or another variable. However, the variable argument must be either ?variable or $variable.

Example:

Dialog  
 Title "Login"
 Ctrl #1
EndDialog
Set ?RunBefore Yes
Type $Username #1
Type $Password #2
Click #1