can anyone make a software to transform 1 per line to {xx|xx|xww} ?

mic141414

Power Member
Joined
Jul 3, 2008
Messages
514
Reaction score
166
Hello

I have txt file with comments or url 1 per line
I would need something to transform it into another txt file but spinnable
{ccc|aaa|aaad|swee}
I would like to make it whole (all the lines) or input how many spinnable per line .. If i put 5 it will take the first 5 lines make it {1|2|3|4|5} on one line then make the next 5 same way on the next line
{1|2|3|4|5}
{6|7|8|9|10}

let me know how much $ please
Thanks
 
hum i dont know i am not an expert on TBS didn't see something like that
 
Hey

I assume you know how to use macros in WORD.

Find the code in the link below -

pastebin dot com /yefidJWV


Open/Copy your text into the word file and put that code in the macros editor in WORD and run it. That code replaces the actual text to what is actually required by you.

Hit me up if you can't make it to work :)
 
@mic141414

Do you have AMR?

If you have AMR, go to Tools->SpinText'er and your problem is solved! ;)

If you don't, I can make this in PHP for you for free, it's simple. :)
 
ok thanks i will try it and see if i can make it work

Hey

I assume you know how to use macros in WORD.

Find the code in the link below -

pastebin dot com /yefidJWV


Open/Copy your text into the word file and put that code in the macros editor in WORD and run it. That code replaces the actual text to what is actually required by you.

Hit me up if you can't make it to work :)
 
damn that would be a quicker option but i dont have AMR ... yet
I will see what i can do

Thansk to both of you guys for your help


@mic141414

Do you have AMR?

If you have AMR, go to Tools->SpinText'er and your problem is solved! ;)

If you don't, I can make this in PHP for you for free, it's simple. :)
 
Back
Top