Hi Ramesh,
For this problem, you can try catching the changing rule of the frame name, and use regular expression for it. For example:
You can use this regular expression: ^Frame_\d+$ to match these frame names:
Frame_1
Frame_2
Frame_9999999
...
Regards,
Ngoc Vo
For this problem, you can try catching the changing rule of the frame name, and use regular expression for it. For example:
You can use this regular expression: ^Frame_\d+$ to match these frame names:
Frame_1
Frame_2
Frame_9999999
...
Regards,
Ngoc Vo

