Text Tool

  • Thread starter Thread starter banker123
  • Start date Start date
B

banker123

I have been looking for a simple application/tool that will append a
row of text to the next row along with the ability to enter certain
criteria.

Example:
Parent1
Child1
Child2
Parent2
Child3
Child4

Expected Result:
Parent1 Child1
Parent1 Child2
Parent2 Child3
Parent2 Child4
 
This can be done with a text editor that lets you record and playback
keystrokes (i.e. "macro capability". Try PFE (Programmer's File
Editor).
 
Back
Top