Hi supputuri,
thanks a lot, but I've used 'replace' function here, and it's something like:
So at the end I'll have: InTextVal = 9856742310
thanks a lot, but I've used 'replace' function here, and it's something like:
Code:
InnerTextValue ="Search Results (9856742310)"
LeftInTextVal = replace(InnerTextValue, "Search Results (", "") 'the value will become: 9856742310)
InTextVal = replace(LeftInTextVal, ")", "") ' here the value will become: 9856742310
![Wink Wink](https://www.learnqtp.com/forums/images/smilies/wink.gif)