home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Tools / Languages / Icon 8.1 / mem / MPW Helpers / Scripts / sf < prev   
Encoding:
Text File  |  1993-08-26  |  237 b   |  9 lines  |  [TEXT/MPS ]

  1. if "`SizeWindow "{Active}"`" =~ /?«10» ([0-9]+)®1≈/
  2.   set width {®1}
  3. else
  4.   echo 'Couldn'∂''t match output from SizeWindow'
  5. end
  6. evaluate width = {width} ÷ 6 - 4
  7. set NoLineFlush 1 ; export NoLineFlush
  8. files {"Parameters"} | macsf {width}
  9.