Sun Chili!Soft ASP Sun Chili!Soft
ASP Sun Microsystems

 

VBScript Assignment Operator (=)

Used to assign a value to a variable or property.

Syntax: VBScript Assignment Operator (=)

variable = value

Arguments: VBScript Assignment Operator (=)

variable

Any variable or any writable property.

value

Any numeric or string literal, constant, or expression.

Remarks: VBScript Assignment Operator (=) [VBScript Assignment Operator ('equals')]

The name on the left side of the equal sign can be a simple scalar variable or an element of an array. Properties on the left side of the equal sign can only be those properties that are writable at run time.

Copyright 2002 Sun Microsystems, Inc. All rights reserved. Legal Notice.