I'd 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



[ 13. November 2002, 21:20: Message edited by: Chris S. ]