home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format 58 / af058b.adf / PV21.lha / REXX / LineWgt-2pt.pvrx < prev    next >
Text File  |  1991-07-02  |  276b  |  13 lines

  1. /* Line-2pt.pvrx---sets Line (Border) Weight to 2 pt.
  2.    Copyright © 1991 by Stylus, Inc. */
  3.  
  4. /* Try to get exclusive lock on project window.
  5.     If can't get lock, not polite to interrupt. */
  6. 'Lock'
  7. if rc ~= 0 then exit
  8.  
  9. Attrs.EdgeWidth = 0.02768
  10. 'SetCurrAttrs Attrs'
  11.  
  12. 'UnLock'
  13.