String Extract from ResponseContent

Sir ResponseContent has this string

7373Correct Pin Code

Now I am trying to get only this part
Correct Pin Code

So I used these blocks

I need text from 5 to 16 which is equal to Correct Pin Code

How to overcome this message

Segment: Start (5) + length (16) - 1 exceeds text length (18).
Note: You will not see another error reported for 5 seconds

Please help

Show the responseContent in a label, make sure it's length is 20.

if you are sure the responseContent is always with 4 digit prefix, then feed the length socket as "length of responseContent-4", not hard code 16

feerewrrw

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.