Undo Function Key [ HPTOOLSET XL Reference Manual ] MPE/iX 5.0 Documentation
HPTOOLSET XL Reference Manual
Undo Function Key
The Undo function key is available while you are editing in visual mode.
It will Undo the modifications which were caused by pressing Return or a
function key.
When the Undo key is pressed, your screen is repainted. The Undo buffer
will be reset when another edit modification key is pressed or a new
screen is transmitted.
Example
Example 1
>>Modify 133
133 procedure_name : packed array[1..50] of ' '..'Z'
R3
133 procedure_name : packed array[1..30] of ' '..'Z'
>>UNDO
133 procedure_name : packed array[1..50] of ' '..'Z'
>>
Example 2
>>DELETE 200/210
200
201 var
202 mpefile :
203 record
204 data : packed array[1..72] of char;
205 line_no : packed array[1..8] of '+'..'9'
206 end;
207
208 const
209 mpefile_const = 'mpefile ';
210
>>UNDO
210
209 mpefile_const = 'mpefile ';
208 const
207
206 end;
205 line_no : packed array[1..8] of '+'..'9'
204 data : packed array[1..72] of char;
203 record
202 mpefile :
201 var
200
The Undo key is located in two function key sets:
Edit Move Set
Mark Clr Mark PrevKeys NextKeys Move Copy Undo End Edit
Edit Print Set
Set Edit Print PrevKeys NextKeys Cmd Mode Refresh Undo End Edit
MPE/iX 5.0 Documentation