HOSTEX_CUT_MODE Data Type

HostExplorer Programming

HOSTEX_CUT_MODE Data Type

3270 5250

The HOSTEX_CUT_MODE data type indicates what occurs on the screen after you cut text. By default, this data type is set to HOSTEX_CUT_MODE_DELETE_TEXT.

It has the following values:

Value

Definition

HOSTEX_CUT_MODE_REPLACE_WITH_ SPACES

Indicates that the cut text is replaced with blank characters.

HOSTEX_CUT_MODE_REPLACE_WITH_ NULLS

Indicates that the cut text is replaced with nulls (or zeros).

HOSTEX_CUT_MODE_DELETE_TEXT

Indicates that the cut text is deleted and not replaced by any characters.


Related Topics

CutMode