| |
dougc
Posts: 12
Score: 0
Joined: 5/31/2001
From: USA
Status: offline
|
And from the other side: test = "C:\stuff\pk_promo8_feb12_afternoon.txt" nFirst = InStr(test, "\") if nFirst<>0 then nSecond = InStr(nFirst+1, test, "\") if nSecond<> 0 then Response.Write nSecond
|
|