A
androoo
Hello all,
I have a string for example :
strTest = "a lineof text (60) witha number in it"
I need to extract the number from between the brackets, the postion of
the number in brackets is never the same...
So in the above example i need to extract 60
Anyone help on how to do this the simplest way ?
Thanks
andy
I have a string for example :
strTest = "a lineof text (60) witha number in it"
I need to extract the number from between the brackets, the postion of
the number in brackets is never the same...
So in the above example i need to extract 60
Anyone help on how to do this the simplest way ?
Thanks
andy