Hi,

Question 1:

OK, I have a string called MyString as follows:

MyString = "[Letters]ABCDE[Numbers]1234"

I want to click a button and for it to search the string for [Letters] then display in 'MyStringNew' just the letters (ABC, etc), i.e. not the numbers section.

Question 2:

In the above string, how can I also show everything after [Letters] to the end of the string.

Thanks!!

Mark