
02-06-2003, 12:43 PM
|
 |
Centurion
|
|
Join Date: Jan 2002
Location: Kennet, Missouri USA
Posts: 185
|
|
Expected array?
|
a = InStr(wdata, "Y=v=")
a1 = InStr(wdata, "intl=us;")
b = Split(wdata, "T=z=")
b1 = Split(b(1), "; expires=")
What should b be set as in this? it keeps giving me expected array and highlighting b(1)
|
__________________
**** I'm good :-p
|