DADiSP Worksheet Functions > Function Categories > Query Functions > GETWMARGIN

 

GETWMARGIN

Purpose:

Returns the margin setting for the specified Window.

Syntax:

GETWMARGIN(win, margin)

win

-

Optional. A window, defaults to the current Window.

margin

-

Optional. An integer, the margin to get:

1:

Left

2:

Right

3:

Top

4:

Bottom

Returns:

A real number.

Example:

getwmargin(W2, 4)

 

returns the current bottom margin setting for Window 2.

See Also:

SETALLWMARGIN

SETWMARGIN