I've done numerous searches, but can't find exactly what I'm looking for. I have a TextBox1 that contains a String in the format:
Code:
repairhelp&poster=1015857078&time=1283836408&bay=230059&src=wp_repairhelp&gs=wp_repairhelp&ref=nf
The numbers are random - I am trying to remove all the text except for:
Code:
poster=1015857078
[ Which is always a random number ] - I need to have the TextBox1.Text = Just the number after poster= - How difficult is this to achieve?