I'm trying to get some code out of a text file, but they've removed all the breaks so its hard to sift through it.
is there any program which will run through a text file and press 'enter' where ever there is a # symbol?
so
#1#2#3#4#5#6#7
becomes
#1
#2
#3
#4
#5
#6
#7
thanks
is there any program which will run through a text file and press 'enter' where ever there is a # symbol?
so
#1#2#3#4#5#6#7
becomes
#1
#2
#3
#4
#5
#6
#7
thanks
