Hi,

I have two strings:

Code:
Dim string_1 as String = "sometextblahblahdoodledooo<text>this is what i want</text>blahblahsomeothertext"

Dim string_2 as String
What I want is to put the text "this is what i want" into string_2.

Can someone please help me with this??

_powerade_