Notepad++ regex by adding number in replacing
#1

How can I do that if an object is replaced multiple times the number adds in it. For example
pawn Код:
LobbyObject[8]
I use it to replace if it is replace once it adds
pawn Код:
LobbyObject[8]
But next times it is replaces another variable it should replace it by
pawn Код:
LobbyObject[9]
then next time
pawn Код:
LobbyObject[10]
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)