netlearner
MIS
Hi guys,
My own experience with VBscript is not that good.and a little problem has come up.so if any one can help me here.
i want to break a single string into two strings i.e
MyString=server.com
if this is the case then i want the VBscript function to take in MyString and return me
Var1=server
Var2=com Yes the . is the delimiter...
Also please do tell me how to use it in my ASP page.
Cheers!
My own experience with VBscript is not that good.and a little problem has come up.so if any one can help me here.
i want to break a single string into two strings i.e
MyString=server.com
if this is the case then i want the VBscript function to take in MyString and return me
Var1=server
Var2=com Yes the . is the delimiter...
Also please do tell me how to use it in my ASP page.
Cheers!