Hello Guest it is January 15, 2025, 07:04:20 AM

Author Topic: Macro, Button Code to send the Program EXTENTS XY to the MessageBar  (Read 13785 times)

0 Members and 1 Guest are viewing this topic.

Offline BR549

*
  •  6,965 6,965
' Macro to send Program Extents (SIZE) to the message Bar
Message" X: " & (GetOemDro(10) - GetOemDro(4)) & " Y: " & (GetOemDro(11) - GetOemDro(5))
END