String stuff

  • Thread starter Thread starter Fraggle
  • Start date Start date
F

Fraggle

I want to do this

if NOT absField.text = "" AND NOT
absField.text.StartsWith("http://")

absField.text = "http://" & absField.text

end if

IE check a string is not empty, then check it starts with http:// and
if not insert the http bit.

I would like to do the "starts with" bit case INsensitive, but I am
not sure how too.

Thanks

Fragg
 
Back
Top