11-19-2010, 11:52 AM
(This post was last modified: 11-19-2010, 11:53 AM by ngocvo3103.)
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