Hi @sunilkanth
Try this
str.IndexOf(Environment.newLine,str.IndexOf(“Balance at”,str.IndexOf(“Balance at”) + 1))
If the new line character is different then use \n or vbcrlf or \r\n in place of environment.Newline
cheers
Hi @sunilkanth
Try this
str.IndexOf(Environment.newLine,str.IndexOf(“Balance at”,str.IndexOf(“Balance at”) + 1))
If the new line character is different then use \n or vbcrlf or \r\n in place of environment.Newline
cheers