| View previous topic :: View next topic |
| Author |
Message |
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
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 |
|
degsy

Joined: 23 Feb 2005 Posts: 2440 Location: North East, UK
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|
|
 |
|
|
|
|
|
|
|