Machsupport Forum

Support => Downloads => MACH TOOL BOX => Topic started by: BR549 on May 09, 2010, 01:32:21 PM

Title: Macro, Button Code to send the Program EXTENTS XY to the MessageBar
Post by: BR549 on May 09, 2010, 01:32:21 PM
' Macro to send Program Extents (SIZE) to the message Bar
Message" X: " & (GetOemDro(10) - GetOemDro(4)) & " Y: " & (GetOemDro(11) - GetOemDro(5))
END