I'd still like to see a With/EndWith statement added. With the advent of COM scripting it would improve executing a series of statements on a single object.

Example:

code:
With $form
.Height = 400
.Width = 600
.Caption = "This is MyLabel"
EndWith