Quote:
Originally Posted by xxweekxx
I want a program that can automatically insert spaces between letters in text file
What i mean is example of text file:
aaabcc
bbbccc
cccddd
result:
a a a b c c
b b b c c c
c c c d d d
Thanks
|
Agree with Ben ... a simple UltraEdit or UEStudio macro will do that in seconds. If the pattern is the same - ie six characters, just use a macro to record the keystrokes and move to the start of the next line. Then "play that macro for the number of lines in your text file - done!