| Operators / List of expression elements | |
Dialog handling operators allow you to handle variables in a DIALOG statement.
| Operator | Description |
|---|---|
| GET_FLDBUF() | The GET_FLDBUF() operator returns as character strings the current values of the specified fields. |
| INFIELD() | The INFIELD() operator checks for the current screen field. |
| FIELD_TOUCHED() | The FIELD_TOUCHED() operator checks if fields were modified during the dialog execution. |