RestoreInput() action

From The x3270 Wiki

New in 4.1

In 3270 mode, the RestoreInput() action restores the values of input fields that were saved by the SaveInput() action.

If the screen has different dimensions than when the input fields were saved, RestoreInput() will fail. Beyond that, RestoreInput() does not validate that the screen format (the positions and sizes of the input fields) matches the format from when the values were saved. If the formats do not match, the result may not be as expected.

Multiple sets of values can be saved and restored by giving each set a unique set name.

Parameters

name
An optional set name. The name must have been used with a previous SaveInput() action.

Examples

RestoreInput()
RestoreInput(foo)