Previous Topic: StatementsNext Topic: Conditional Statements


Assignment Statements

The assignment statement is the most basic scripting language statement.

Example:

DIM x as Integer
DIM y as Integer
DIM z as Integer
x=1
y=x+z