Is that possible to create an ordered list of arrays in Notepad++ using the following:
array[] =
array[] =
array[] =
array[] =
array[] =
...
and obtain the following…
array[0] =
array[1] =
array[2] =
array[3] =
array[4] =
...
Thanks.
EDIT:
What I am actually wondering is, is there a practical way of doing it (by using replace all feature of Notepad++) using Notepad++. Not any other programming language. It is basically replace all [] symbols with ordered numbers in them.
Directly in notepad++ :
It’s done !!