home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1998 May / dpcb0598.iso / Business / Draw8 / Draw / Fill_out / Outlines / Width / thick_24.csc < prev   
Text File  |  1997-08-19  |  235b  |  13 lines

  1. REM Favorite : Outline Width
  2.  
  3. WITHOBJECT "CorelDraw.Automation.8"
  4.     .StartOfRecording 
  5.     .SuppressPainting 
  6.     .RecorderStorePreselectedObjects FALSE
  7.     .SetOutlineWidth 84666
  8.     .ResumePainting 
  9.     .EndOfRecording 
  10. END WITHOBJECT
  11.  
  12.  
  13.