/******************************************************** * Print Control V5 Syntax Reference - oinclude example ********************************************************/ timesroman = 5; medium = 0; normal = 0; italic = 1; bold = 3; offset( 0, 55); oinclude( 60, 120, "MFG025.MF", 0, 20, 3); hor( 40, 110, 80, 1); vert( 40, 110, 65, 1); hor( 42, 118, 19, 0.1); vert( 60, 117, 2, 0.1); font( timesroman, 8, medium); text( 45, 116.5, "20mm"); hor( 81, 120, 2, 0.1); vert( 82, 112, 49, 0.1); font( timesroman, 8, medium); text( 83, 117, "10mm"); hor( 81, 140, 2, 0.1); text( 83, 132, "20mm"); hor( 81, 160, 2, 0.1); text( 83, 152, "20mm"); offset( 0, 0);