Previous Topic

Next Topic

Assignment statement

The assignment statement assigns the value of an expression to a variable or a (writeable) object property.

Syntax

variable = expression
object-property = expression

The value of expression must be type compatible with the variable or object property.

See Also

MaxBasic Statements

Book Contents

Book Index