SetCurrY Syntax SetCurrY(num); num A number specifying the new Y position in millimeters. 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);
SetCurrY(num);
num
$ypos = 10;
setcurry($ypos);