This line:
response.write( mystring.LastIn dexOf("\").ToSt ring)
gives me this error:
mystring.LastIn dexOf" to type 'Long' is not valid.
Microsoft.Visua lBasic
why?
-Darrel
response.write( mystring.LastIn dexOf("\").ToSt ring)
gives me this error:
mystring.LastIn dexOf" to type 'Long' is not valid.
Microsoft.Visua lBasic
why?
-Darrel
Comment