# Set secure text

This is pre-built Action located under the **Mainframe List Element**. The functionality of this action in Avo Assure is used to set a secure text (**AES Encrypted**) value at a specified row and column location on the mainframe emulator screen.

### Syntax

**Input Value:** `<Row Number>;<Column Number>;<encrypted input>`&#x20;

{% hint style="warning" %}
**Note:** *Row number: It refers to X coordinate value from emulator screen.*

*Column number: It refers to Y coordinate value from emulator screen.*

*encrypted input:* The user provides secure text using the AES Encrypted feature in Avo Assure to set it at the specified position.
{% endhint %}

| Argument                                   | Description                                                                      |
| ------------------------------------------ | -------------------------------------------------------------------------------- |
| <p>\<Row Number></p><p>(Required)</p>      | Specify the X-coordinate on the emulator screen where the text should be entered |
| <p>\<Column Number></p><p>(Required)</p>   | Specify the Y-coordinate on the emulator screen where the text should be entered |
| <p>\<encrypted input></p><p>(Required)</p> | Specify the secure text using to be set at the specified screen location         |

**Output Value:**

| Argument                                                     | Description                                                     |
| ------------------------------------------------------------ | --------------------------------------------------------------- |
| \<Dynamic Variable>(Optional);\<Dynamic Variable> (Optional) | This dynamic variable holds the result as **True** or **False** |

{% hint style="warning" %}
***Note:** Supported Emulators are Bluezone, EXTRA, Rumba, PCOMM, and HOD.*
{% endhint %}

**Example**

**Enters secure text at the specified row and column on the emulator screen**

The **Set secure text** action takes the value from the Input Value column (e.g., **24;017;LE/LSXg7ViGcrYsTihAENg==**) and sets the provided input text at the given position on the emulator screen. Here, **24** refers to the row number (X-coordinate), **017** refers to the column number (Y-coordinate), and **LE/LSX7ViGcrYsTihAENg=** is the secure text to be entered.

<figure><img src="https://2174257472-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fk8QZzXZMIJSStKAzDSTu%2Fuploads%2Fl1CCSjRwwinnp8JTRnHd%2Fimage.png?alt=media&#x26;token=850d67ce-cf28-443b-9e4e-f2a6aad644d4" alt=""><figcaption></figcaption></figure>
