Attributes

name
Optional string. The text that is to be displayed in the popup window, such as 'Enter your response here:'.
description
Optional string. A description of this action. This description is not displayed.
row
Required integer. The row on the host terminal at which you want the macro runtime to start typing the input from the user.
col
Required integer. The column on the host terminal at which you want the macro runtime to start typing the input from the user.
len
Required integer. The number of characters that the user is allowed to enter into the prompt input field.
default
Optional string. The text to be displayed in the input field of the popup window. If the user does not type any input into the input field but just clicks OK, the macro runtime will send this default input to the host terminal.
clearfield
Optional boolean. Setting this attribute to true causes the macro runtime, before sending the input sequence to the host terminal, to clear the input field of the host terminal in which the row and column location occur.
encrypted
Optional boolean. Setting this attribute to true causes the macro runtime, when the user types a key into the input field of the window, to display an asterisk (*) instead of the character associated with the key.