SetCurrX Syntax SetCurrX(num); num A number specifying the new X position in millimeters. Description Sets a new X position for an object in PageOUT, such as a field, line, barcode, or text. Once SetCurrX has been used to set the x position, you can no longer change the position by using variables in the Positions dialog box in PageOUT. See also GetCurrX and SetCurrY. Returns A number specifying the old X position in millimeters. Example $xpos = 10; setcurrx($xpos);
SetCurrX(num);
num
$xpos = 10;
setcurrx($xpos);