Example: rdp_get_text
The following retrieves the text of the object located at a specific coordinate. In this example, the text object is the Notepad window, so all text in the Notepad window is saved in a parameter called MyParm.
rdp_get_text(
"StepDescription=Get Text 1",
"Snapshot=snapshot1.inf",
"WindowTitle=Notepad",
"TextX=263",
"TextY=258",
"Text=MyParam",
RDP_LAST );