Replacing three digit numbers with random numbers
-
I have multiple files I’m editing in Notepad++, each has a sequence of three 3-digit numbers that are all the same as of now. I want to change them all each to random 3-digit numbers. How would I go about doing this? Would there be any plugins or extra programs that can accomplish this? My apologies if this isn’t the place to post these kinds of questions
-
It’s an OK question to ask here.
Unfortunately, neither Notepad++ nor plugin can help you with that type of problem.
If you want to resort to programming, it can be done, but don’t know if that is an option for you.
You also really need to show some of what your data looks like, if you want further help.