home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Today (BR) Volume 2 #6 / CDRTV2N6.iso / makers / power / globe.dir / 00068_Script_68 < prev    next >
Text File  |  1996-03-11  |  244b  |  10 lines

  1. on xx
  2.   global Itemdel
  3.   
  4.   put the pathName into temp
  5.   set the itemDelimiter to ItemDel
  6.   delete item the number of items of temp of temp
  7.   delete item the number of items of temp of temp
  8.   set the itemDelimiter to ","
  9.   put temp
  10. end