EmEditor (text editor) Forum Index Macro Samples
Macro: Paste/Merge/Join two list together side-by-side | Register To Post |
| Threaded | Oldest First | Previous Topic | Next Topic | Bottom |
| Poster | Thread |
|---|---|
| Stefan | Posted on: 8/16/2012 1:49 am |
Home away from home ![]() ![]() Joined: 7/14/2008 From: Germany, EU Posts: 261 |
Re: Macro: Paste/Merge/Join two list together side-by-side Merge two list together side-by-side RANDOM-ized
Hi folks, I was asked how to random the two list together side-by-side. Here is my answer: shuffle intermix stochastic stochastically random randomized |
| Stefan | Posted on: 8/15/2012 7:24 am |
Home away from home ![]() ![]() Joined: 7/14/2008 From: Germany, EU Posts: 261 |
Macro: Paste/Merge/Join two list together side-by-side I just had again the need to put to directory listings
together side by side for to use with e.g. renamer BRU. Something like: LEFT: D:\Path\file01.ext D:\Path\file02.ext D:\Path\file03.ext RIGHT: D:\Path\new name01.ion D:\Path\new name02.ion D:\Path\new name03.ion BECOMES joined (for "Renaming From A Text File" for BRU): D:\Path\file01.ext|D:\Path\new name01.ion D:\Path\file02.ext|D:\Path\new name02.ion D:\Path\file03.ext|D:\Path\new name03.ion Therefor i wrote an script i wanted to for longer. How to use: - Open an new document. - Paste the first list in. - Add underneath an empty line and write 5 #'s - Paste the second list beneath. - - BE SURE to have no empty lines! - And best have same amount of lines in both list. - - Change Separator and Delimiter in script if needed. - - Execute this macro, the joined output will be pasted into an new document. Example use: INPUT document (##### as separator): D:\Path\file01.ext D:\Path\file02.ext D:\Path\file03.ext ##### < remember: at least 5 #'s D:\Path\new name01.ion D:\Path\new name02.ion D:\Path\new name03.ion OUTPUT document (Pipe | as delimiter): D:\Path\file01.ext|D:\Path\new name01.ion D:\Path\file02.ext|D:\Path\new name02.ion D:\Path\file03.ext|D:\Path\new name03.ion Here is the script: |
| Threaded | Oldest First | Previous Topic | Next Topic | Top |
| Register To Post | |


