hi - given a string (strResult), I need to return the part of the string after the 2nd underscore from the left.
So, from "TEST_88a_16", I need to return "16". From "TEST_45_CHK_56a", I need to return "CHK_56a".
I'm just not sure how to reference the 2nd underscore.
thanks - any clues are appreciated.
So, from "TEST_88a_16", I need to return "16". From "TEST_45_CHK_56a", I need to return "CHK_56a".
I'm just not sure how to reference the 2nd underscore.
thanks - any clues are appreciated.