Hi,
You can use the IndexOf method of the String class. It returns the index (integer) of the first occurence of a substring, like so.
String str = "teststring";
Int32 i = str.IndexOf("string");
In this case, i will return a value of 4.
Cheers!
Marlon Villarama
Support Team
Web Burner Hosting
[email protected]
www.webburner.com
Toll-Free: 877-535-2876