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:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2001-04-23
|
185 b
|
11 lines
global gIEpath
on exitFrame
lTemp = the pathName
repeat with a = 1 to 14
lchar = the number of chars in lTemp
delete char lchar of lTemp
end repeat
gIEpath = lTemp
end