Hi everyone,
Is there any way other than screen scrapping, get text to get specific text from a full string variable.
this is the example string variable
NME - John
ADS - Address
EMP - 462
DS - V38390004068/AG0
CI - W38C95035000/49
I need only to get 462 and V38390004068 from this string variable. The values keeps on changing and the text position may also change. Is there any way we can specifically get these outputs only.
Thanks in Advance.