Script functions reference > Script functions in alphabetical order > S > SetCurrY

SetCurrY
Syntax
SetCurrY(num);
num 
Description
Sets a new Y position for an object in PageOUT.
SetCurrY is only applicable in output frames.
See also SetCurrX, GetCurrBlockY and GetCurrObjY
Returns
A number specifying the old Y position in millimeters.
Example
$ypos = 10;
setcurry($ypos);
OpenText StreamServe 5.6 Updated: 2013-03-01