Assignment Group
3270 5250 VT
Erase—Reinitializes the elements of fixed-size arrays and frees dynamic storage space. Not supported by Hummingbird Basic. Supported by Microsoft Visual Basic.
Let—Assigns the value of an expression to a variable or property. Not supported by Hummingbird Basic. Supported by Microsoft Visual Basic.
Lset—Left-aligns a string variable or copies a variable of one user-defined type to another variable of a different user-defined type.
Set—Assigns an object reference to a variable or property.
New—In the Set statement, New allocates and initializes a new object of the named class.
Rset—Right-aligns a string within a string variable.