int SizeMm(nMillimetersTimes1000)
This macro function converts a size nMillimetersTimes1000 defined in 1/1000th millimeters to a size in the internal fixed units used by QuarkXPress and InDesign.
Fixed units are used in Q++Studio as parameters of the box positioning and resizing macro functions.
nPosRight = SizeMm(100000) // 100 mm or about 2.5 inches
SetBoxRight(nPosRight)
See also: textbox resizing macro functions, SizeIn and SizePt.
Topic 139800, last updated on 15-Feb-2025