Posts: 775
Threads: 78
Joined: Dec 2014
CTRL + H
Paste in 0.00,-1, -1, -1,200); at top,
at bottom,
random(1)/*0 or 1*/,-1, -1, -1,200);
Posts: 10,066
Threads: 38
Joined: Sep 2007
Reputation:
0
You're probably going to need a little script to do it. I don't see any feasible way to do it by hand, not even with regex. I would probably replace all those 0.00 values with %.2f and copy those lines to a file in the scriptfiles folder. Then create a little script that reads from that file, one line at a time. Use the line as the string input for format() and then put a random number in. Write the output to another file. Then you can finally copy that output back into the script.
Posts: 4,759
Threads: 33
Joined: Dec 2013
Reputation:
0
Just use the replace feature? As they are the same.