Optional boolean. Setting this attribute to true causes the
macro runtime to interpret the names of action keys (such as [enter])
as action keys rather than as sequences of characters (see Action keys and Translate Host Action Keys).
assigntovar
Optional variable name. Setting this attribute to a variable
name causes the macro runtime to store the input into the variable
whose name you specify here (see Assigning the input sequence to a variable).
varupdateonly
Optional boolean. Setting this attribute to true causes the
macro runtime to store the input into a variable and not to send it
to the session window (see Handling the input sequence in the session window). This attribute takes
effect only if the assigntovar attribute is
set to true.
required
Optional boolean. Setting this attribute to true causes the
macro runtime to disable the OK button in the prompt window until
the input field of the prompt window contains text. The input field
can contain text either because you have specified a Default Response
or because the user has typed text into the input field (see Require Response).