text | data of string type on success, LdtpExecutionError exception on failure |
gettextvalue ('SearchforFiles', 'txtNameContainsEntry')
The above statement will return the text present in 'txtNameContainsEntry' field.
gettextvalue ('SearchforFiles', 'txtNameContainsEntry', 5)
The above statement will return the text present in 'txtNameContainsEntry' field starting from the fifth character.
gettextvalue ('SearchforFiles', 'txtNameContainsEntry', 5, 10)
The above statement will return the text present in 'txtNameContainsEntry' field starting from the fifth character
till the tenth character.