savita
Joined: 18 Mar 2005
Posts: 17
Location: jamshedpur
|
| Posted: Mon Aug 08, 2005 7:56 pm in asp |
|
|
I m getting the problem in understanding the following code can any one help me :cry:
if page<>"" then
page1 = mid(page,1,instr(1,page,",")-1)
if len(page)=4 then
statValue = mid(page,instr(1,page,",")+1,1)
else
statValue = mid(page,instr(1,page,",")+1,instr((instr(1,page,",")+1),page,"3")-1)
end if
end if |
|