I am trying to modify the part_envelope.grs that comes with the install to add the size into an attribute.
This statement prints the size
PRINT/USING,'BLOCK SIZE: #@@@.@@@ x#@@@.@@@ x#@@@.@@@',$
RANGE(2)-RANGE(1),RANGE(4)-RANGE(3),RANGE(6)-RANGE(5)
Is there any way to add those 3...