My problem is , I want to text from text after the word “TOTAL RECORDS” as pic it should be get “4”
but result in message box is “TOTAL RECORDS”
Variable
xxOutput = output from screen scraping
xxMessageBox = System.Text.RegularExpressions.Regex.Match(xxOutput.ToString,”TOTAL RECORDS = ”).ToString.Trim
It’s still not work. Output is blank.
May I did something wrong?
xxMessageBox = System.Text.RegularExpressions.Regex.Match(xxOutput.ToString,”(?<= TOTAL RECORDS = )\d+ ”).ToString.Trim
Form message text
Catetory invalid. ORA-01403: no data found
Error CA002-005: Non-Existent Segment Value