PDA

View Full Version : Notepad++ help



Warboy
04-14-2010, 08:08 PM
I need help finding a way where I can do this.

I wanna use the search code of

Index=$
Index= being the key term with $ being the end of the line defined by special search characters in Notepad++

Then have it automatically replace it with numbers in order so



Index=1
Index=2
Index=3
...
Index=4932


Can anybody offer any help?

damha
04-15-2010, 08:22 AM
It won't do dynamic data if thats what you are after. I would suggest writing a little script to do this, very easy.

Warboy
04-15-2010, 10:44 AM
It won't do dynamic data if thats what you are after. I would suggest writing a little script to do this, very easy.

Is there any example scripts out there for this type of thing?

Particle
04-15-2010, 01:54 PM
If you can give me a few lines of actual input data and a few lines of what you want to have it look like, I can write a script to do it for you.