Hi,
I've got a String which I'm want to check for the first "(" open bracket, starting from the RIGHT hand side. Then return the content from that bracket to the end of the string.
ie: strSQL:
INSERT INTO tblMyTable (Bla, Bla) VALUES (21, Fred)
I just want from the second bracket to be stored:
(21, Fred)
There may not always be two sets of brackets so it must check from the Right hand side.
Any idea's?? Thankx,
Jonathan
I've got a String which I'm want to check for the first "(" open bracket, starting from the RIGHT hand side. Then return the content from that bracket to the end of the string.
ie: strSQL:
INSERT INTO tblMyTable (Bla, Bla) VALUES (21, Fred)
I just want from the second bracket to be stored:
(21, Fred)
There may not always be two sets of brackets so it must check from the Right hand side.
Any idea's?? Thankx,
Jonathan