How to capture dynamic text

In my application am having comments data for some user the comments will be of single line for some other it might be more or less so how to capture it in such scenarios

pls helpme in dynamic text

Hello,

The OCR (Optical Character Recognition) is designed specifically for working with dynamic text.
You can read about the OCR here: http://docs.testplant.com/?q=content/finding-text#OCR
This page talks about the parameters that are most commonly used with OCR searches: http://docs.testplant.com/?q=content/working-ocr

If you’re working with multiple lines of text and you’re using the ReadText() function, you can use the MultiLine parameter. I would suggest using this with a SearchRectangle set. See our documentation on ReadText here: http://docs.testplant.com/?q=content/text-commands-and-functions#readtext-function

If you have questions about a specific scenario, please write in to TestPlant support and we’ll be glad to help you out. Thanks!