PasteString() action

From The x3270 Wiki

Enters text on the terminal, handling it as if it were being pasted.

Parameters

PasteString() takes one or more parameters. Each parameter begins with 0x and is a string of hexadecimal digits. Each pair of digits encodes a byte. These bytes represent the text to paste in, and are interpreted in the local encoding.

Examples

Paste the string foo.

HexString(0x666f6f)

Version history

PasteString() was added in x3270 4.0.