Redoes the analysis automatically for exclude and data changes. If automatic recalc is on, you should use Wait(0) commands to let the triggers take effect and do the recalculation.
Closes window identified by obj, typically a platform surface.
// maximize the window:
obj<<Maximize Window(1)
// restore the window:
obj<<Maximize Window(0)
// minimize the window:
obj<<Minimize Window(1)
// restore the window:
obj<<Minimize Window(0)
obj << Save Script for All Objects To Data Table("My Script")
Scrolls the window x pixels to the right and y pixels down from the current position. Negative coordinates go left and up. If the coordinates are a list in braces { }, they are absolute coordinates. The window scrolls to the point x pixels from the left and y pixels from the top.
Resizes the window to x pixels wide by y pixels high.

Help created on 7/12/2018