Hello,
I have a "simple" task: I want to insert a new line before line 1 via a macro, but the new line is always entered after line 1.
Here is what I got:
What is wrong with that?
I have a "simple" task: I want to insert a new line before line 1 via a macro, but the new line is always entered after line 1.
Here is what I got:
Code: Select all
InsertMode
ColumnModeOff
HexOff
UnixReOff
Top
Key HOME
InsertLine
...