SetBuilder
Programmer
In, VB, how can I select a variable number of words between two points. What I want to do is select the parenthesis and everything in between in order to italizize it. So,
(the quick brown fox) becomes (the quick brown fox) italized. I know how to search for the the first "(" and then find the first "" but I don't know how to set a marker and highlight the inbetween stuff.
(the quick brown fox) becomes (the quick brown fox) italized. I know how to search for the the first "(" and then find the first "" but I don't know how to set a marker and highlight the inbetween stuff.