Hi,
I need to know how to manipulate string in vbscript...
I have something like this :
Mystring =" xxxxxx yyyyyyyyy zzzzzz"
I need to set values :
a=Mystring(2,6)
b=Mystring(10,9)
c=Mystring(26,6)
But this doesn't work... I tried substring but with no success...
I'm new to vbscripting... Can anyone help me on this case ?
Thanks
Doris
I need to know how to manipulate string in vbscript...
I have something like this :
Mystring =" xxxxxx yyyyyyyyy zzzzzz"
I need to set values :
a=Mystring(2,6)
b=Mystring(10,9)
c=Mystring(26,6)
But this doesn't work... I tried substring but with no success...
I'm new to vbscripting... Can anyone help me on this case ?
Thanks
Doris