Comando para seleccionar

Aquí puedes preguntar o compartir tus dudas y conocimientos acerca del programa
Un comando o en el código para seleccionar un texto en Input.SetText en el autoplay.

Alguien puede ayudar?
Lee la ayuda de AMS
help.php


Example 1
Input.SetSelection("Serial Number", 1, 5);

Selects the first five characters in the "Serial Number" input object.

Example 2
Input.SetSelection("Serial Number", 1, -1);

Selects all the text in the "Serial Number" input object.

Example 3
Input.SetSelection("Serial Number", -1, 1);

Deselects all the text in the "Serial Number" input object.
- - M U E V O A F O R O C O R R E S P O N D I E N T E - -