Hi all,
was wondering if someone could help me strip this string :
Dim strURL
strURL = /products.asp?L1=3&L2=0&PARENT_PAGEID=0&TBL_PAGEID=4&offset=50
If the string contains "&offset=" then i would like the string stripped so that it looks like :
strURL = /products.asp?L1=3&L2=0&PARENT_PAGEID=0&TBL_PAGEID=4
Any idea how u do this?
Thanks
kloner
was wondering if someone could help me strip this string :
Dim strURL
strURL = /products.asp?L1=3&L2=0&PARENT_PAGEID=0&TBL_PAGEID=4&offset=50
If the string contains "&offset=" then i would like the string stripped so that it looks like :
strURL = /products.asp?L1=3&L2=0&PARENT_PAGEID=0&TBL_PAGEID=4
Any idea how u do this?
Thanks
kloner