Returns the bottom y coordinate of a Window.
GETYB(win)
win |
- |
Optional. Window reference. Defaults to the current Window. |
A real number.
sety(getyb(W2), getyt(W2))
sets the current Window's y-axis range to be the same as that of
Window 2.