home *** CD-ROM | disk | FTP | other *** search
/ PC Format (South-Africa) 2001 June / PCFJune.iso / mweb / 32Bit / English / Connect.dxr / 00002_IEpathSet.ls < prev    next >
Encoding:
Text File  |  2001-04-23  |  185 b   |  11 lines

  1. global gIEpath
  2.  
  3. on exitFrame
  4.   lTemp = the pathName
  5.   repeat with a = 1 to 14
  6.     lchar = the number of chars in lTemp
  7.     delete char lchar of lTemp
  8.   end repeat
  9.   gIEpath = lTemp
  10. end
  11.