D
darrel
This line:
response.write(mystring.LastIndexOf("\").ToString)
gives me this error:
mystring.LastIndexOf" to type 'Long' is not valid.
Microsoft.VisualBasic
why?
-Darrel
response.write(mystring.LastIndexOf("\").ToString)
gives me this error:
mystring.LastIndexOf" to type 'Long' is not valid.
Microsoft.VisualBasic
why?
-Darrel