NPP is an awesome tool. Im just looking if the following can be achieved in notepad++
The source data is:
123
abc
xyz
Also I have some data as
9
8
7
I want the data in the following format using Notepad ++
1293
ab8c
xy7z
NPP is an awesome tool. Im just looking if the following can be achieved in notepad++
The source data is:
123
abc
xyz
Also I have some data as
9
8
7
I want the data in the following format using Notepad ++
1293
ab8c
xy7z
You can use the column select mode
9 8 7