Zoom

SUMMARY

Zooms a window to the defined factor.

SYNTAX

Zoom(<window, zoom_factor>);

ARGUMENTS

window (type:string)
The window to be zoomed (in BDC only "BdcRightPane" makes sense)
zoom_factor (type:float)
The new zoom factor. The same values as in the editor applies. A zoom factor >1 enlarges the picture.

DESCRIPTION

Stack
  1. Missing arguments are taken from the stack (and deleted from there)
  2. The Job does not have a return value.

Effect
The window defined below "window" is zoomed to the defined factor.

EXAMPLES

Zoom("BdcRightPane","1,4");


Syntax Notation
[aaa]
aaa is optional (zero or one occurences)
(aaa|bbb)
aaa exclusive or bbb
(aaa)*
aaa may occur indefinitely often or may be omitted
(aaa)+
aaa may occur indefinitely often but at least once
(aaa)m..n
aaa may occur from m to n times